Html Css Color HEX #C66B16 Chocolate

📋 copy color: '#C66B16'

red 198 ◦ green 107 ◦ blue 22

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

Shades of Chocolate #C66B16

Tints of Chocolate #C66B16

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.72%

 BLUE value IS 22 (8.98% from 255) = 6.73%

R = 60.55%
G = 32.72%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C66B16 (or 0xC66B16) is known color: Chocolate. HEX triplet: C6, 6B and 16. RGB value is (198,107,22). Sum of RGB (Red+Green+Blue) = 198+107+22=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66B16 is #3994E9. Grayscale: #7C7C7C. Windows color (decimal): -3773674 or 1469382. OLE color: 1469382.

HSL color Cylindrical-coordinate representation of color #C66B16: hue angle of 28.98º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C66B16 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 107 22 -
CMYK 0 0.46 0.89 0.22
HSL 28.98º 0.8% 0.43% -
HSV(B) 28.98º 0.89% 0.78% -
XYZ 28.69 22.58 3.61 -
YUV 124.52 70.15 180.41 -
System Red Green Blue C M Y K H S L
Decimal 198 107 22 0 0.46 0.89 0.22 28.98 0.8 0.43
Hex C6 6B 16 0 2E 59 16 1D 50 2B
Octal 306 153 26 0 56 131 26 35 120 53
Binary 11000110 1101011 10110 0 101110 1011001 10110 11101 1010000 101011

Color Harmonies of #C66B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66B16

Black with #C66B16

Text Example


Text Example

White with #C66B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66B16; }

 p { color: rgb(198,107,22); }

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

background-color css

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

 a { background-color: rgb(198,107,22); }

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

border-color css

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

 span { border-color: rgb(198,107,22); }

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