Html Css Color HEX #C66A16 Chocolate

📋 copy color: '#C66A16'

red 198 ◦ green 106 ◦ blue 22

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

Shades of Chocolate #C66A16

Tints of Chocolate #C66A16

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.52%

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

R = 60.74%
G = 32.52%
B = 6.75%

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

#C66A16 (or 0xC66A16) is known color: Chocolate. HEX triplet: C6, 6A and 16. RGB value is (198,106,22). Sum of RGB (Red+Green+Blue) = 198+106+22=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66A16 is #3995E9. Grayscale: #7C7C7C. Windows color (decimal): -3773930 or 1469126. OLE color: 1469126.

HSL color Cylindrical-coordinate representation of color #C66A16: hue angle of 28.64º 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 #C66A16 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 106 22 -
CMYK 0 0.46 0.89 0.22
HSL 28.64º 0.8% 0.43% -
HSV(B) 28.64º 0.89% 0.78% -
XYZ 28.59 22.37 3.57 -
YUV 123.93 70.48 180.83 -
System Red Green Blue C M Y K H S L
Decimal 198 106 22 0 0.46 0.89 0.22 28.64 0.8 0.43
Hex C6 6A 16 0 2E 59 16 1D 50 2B
Octal 306 152 26 0 56 131 26 35 120 53
Binary 11000110 1101010 10110 0 101110 1011001 10110 11101 1010000 101011

Color Harmonies of #C66A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66A16

Black with #C66A16

Text Example


Text Example

White with #C66A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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