Html Css Color HEX #C66518 Chocolate

📋 copy color: '#C66518'

red 198 ◦ green 101 ◦ blue 24

#C66518
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #C66518

Tints of Chocolate #C66518

RGB

 RED value IS 198 (77.73% from 255) = 61.3%

 GREEN value IS 101 (39.84% from 255) = 31.27%

 BLUE value IS 24 (9.77% from 255) = 7.43%

R = 61.3%
G = 31.27%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C66518 (or 0xC66518) is known color: Chocolate. HEX triplet: C6, 65 and 18. RGB value is (198,101,24). Sum of RGB (Red+Green+Blue) = 198+101+24=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C66518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66518 is #399AE7. Grayscale: #797979. Windows color (decimal): -3775208 or 1598918. OLE color: 1598918.

HSL color Cylindrical-coordinate representation of color #C66518: hue angle of 26.55º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C66518 is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 101 24 -
CMYK 0 0.49 0.88 0.22
HSL 26.55º 0.78% 0.44% -
HSV(B) 26.55º 0.88% 0.78% -
XYZ 28.11 21.38 3.51 -
YUV 121.23 73.14 182.76 -
System Red Green Blue C M Y K H S L
Decimal 198 101 24 0 0.49 0.88 0.22 26.55 0.78 0.44
Hex C6 65 18 0 31 58 16 1B 4E 2C
Octal 306 145 30 0 61 130 26 33 116 54
Binary 11000110 1100101 11000 0 110001 1011000 10110 11011 1001110 101100

Color Harmonies of #C66518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66518

Black with #C66518

Text Example


Text Example

White with #C66518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66518; }

 p { color: rgb(198,101,24); }

 H1.HeaderClassName
 {
   color: #C66518;
 }
 .AnyTagClassName
 {
   color: #C66518;
 }
</style>

background-color css

<style>
 a { background-color: #C66518; }

 a { background-color: rgb(198,101,24); }

 div.DivClassName
 {
   background-color: #C66518;
 }
 .BgClassName
 {
   background-color: #C66518;
 }
</style>

border-color css

<style>
 span { border-color: #C66518; }

 span { border-color: rgb(198,101,24); }

 td.TdClassName
 {
   border-color: #C66518;
 }
 .TagClassName
 {
   border-color: #C66518;
 }
</style>