Html Css Color HEX #C06616 Chocolate

📋 copy color: '#C06616'

red 192 ◦ green 102 ◦ blue 22

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

Shades of Chocolate #C06616

Tints of Chocolate #C06616

RGB

 RED value IS 192 (75.39% from 255) = 60.76%

 GREEN value IS 102 (40.23% from 255) = 32.28%

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

R = 60.76%
G = 32.28%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C06616 (or 0xC06616) is known color: Chocolate. HEX triplet: C0, 66 and 16. RGB value is (192,102,22). Sum of RGB (Red+Green+Blue) = 192+102+22=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 22 (8.98% from 255 or 6.96% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C06616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06616 is #3F99E9. Grayscale: #787878. Windows color (decimal): -4168170 or 1468096. OLE color: 1468096.

HSL color Cylindrical-coordinate representation of color #C06616: hue angle of 28.24º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C06616 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 102 22 -
CMYK 0 0.47 0.89 0.25
HSL 28.24º 0.79% 0.42% -
HSV(B) 28.24º 0.89% 0.75% -
XYZ 26.63 20.77 3.36 -
YUV 119.79 72.82 179.5 -
System Red Green Blue C M Y K H S L
Decimal 192 102 22 0 0.47 0.89 0.25 28.24 0.79 0.42
Hex C0 66 16 0 2F 59 19 1C 4F 2A
Octal 300 146 26 0 57 131 31 34 117 52
Binary 11000000 1100110 10110 0 101111 1011001 11001 11100 1001111 101010

Color Harmonies of #C06616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06616

Black with #C06616

Text Example


Text Example

White with #C06616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06616; }

 p { color: rgb(192,102,22); }

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

background-color css

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

 a { background-color: rgb(192,102,22); }

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

border-color css

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

 span { border-color: rgb(192,102,22); }

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