Color Hex Logo

#c6651d Color Hex

#C6651D
(198,101,29)
0 Favorites   0 Comments

Color spaces of #c6651d

RGB 19810129
HSL0.070.740.45
HSV26°85°78°
CMYK 0.000.490.85   0.22
XYZ28.164221.40183.8090
Yxy21.40180.52770.4010
Hunter Lab46.262127.711627.5018
CIE-Lab53.386534.262154.2214

#c6651d color RGB value is (198,101,29).

#c6651d hex color red value is 198, green value is 101 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #c6651d hue: 0.07 , saturation: 0.74 and the lightness value of c6651d is 0.45.

The process color (four color CMYK) of #c6651d color hex is 0.00, 0.49, 0.85, 0.22. Web safe color of #c6651d is #cc6633. Color #c6651d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100101 00011101
Octal 306 145 35
Decimal 198 101 29
Hex C6 65 1D

RGB Percentages of Color #c6651d

%60.37
%30.79
%8.84

CMYK Percentages of Color #c6651d

%0
%49
%85
%22

Triadic Colors of #c6651d

#c6651d #1dc665 #651dc6

Analogous Colors of #c6651d

#c6651d #c6ba1d #c61d2a

Monochromatic Colors of #c6651d

#c6651d

Complementary Color

#c6651d #1d7ec6

#c6651d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6651d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6651d Color CSS Codes

.mybgcolor {background-color:#c6651d; } 
.myforecolor {color:#c6651d; }
.mybordercolor {border:3px solid #c6651d; }

#c6651d Text Font Color

<p style="color:#c6651d">Text here</p>

This sample text font color is #c6651d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c6651d Background Color

<div style="background-color:#c6651d">
Div content here</div>

This div background color is #c6651d


#c6651d Border Color

<div style="border:3px solid #c6651d">
Div here</div>

This div border color is #c6651d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,101,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6651d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6651d;
  -webkit-box-shadow: 1px 1px 3px 2px #c6651d;
  box-shadow:         1px 1px 3px 2px #c6651d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,101,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c6651d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c6651d;
  -webkit-box-shadow: 1px 1px 3px 2px #c6651d;
  box-shadow:         1px 1px 3px 2px #c6651d;">
Div content here</div>

This div box has shadow with color #c6651d


Comments

No comments written yet.

Please login to write comment.