Html Css Color HEX #C46612 Chocolate

📋 copy color: '#C46612'

red 196 ◦ green 102 ◦ blue 18

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

Shades of Chocolate #C46612

Tints of Chocolate #C46612

RGB

 RED value IS 196 (76.95% from 255) = 62.03%

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

 BLUE value IS 18 (7.42% from 255) = 5.7%

R = 62.03%
G = 32.28%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C46612 (or 0xC46612) is known color: Chocolate. HEX triplet: C4, 66 and 12. RGB value is (196,102,18). Sum of RGB (Red+Green+Blue) = 196+102+18=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C46612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46612 is #3B99ED. Grayscale: #787878. Windows color (decimal): -3906030 or 1205956. OLE color: 1205956.

HSL color Cylindrical-coordinate representation of color #C46612: hue angle of 28.31º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C46612 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 102 18 -
CMYK 0 0.48 0.91 0.23
HSL 28.31º 0.83% 0.42% -
HSV(B) 28.31º 0.91% 0.77% -
XYZ 27.63 21.28 3.22 -
YUV 120.53 70.14 181.83 -
System Red Green Blue C M Y K H S L
Decimal 196 102 18 0 0.48 0.91 0.23 28.31 0.83 0.42
Hex C4 66 12 0 30 5B 17 1C 53 2A
Octal 304 146 22 0 60 133 27 34 123 52
Binary 11000100 1100110 10010 0 110000 1011011 10111 11100 1010011 101010

Color Harmonies of #C46612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46612

Black with #C46612

Text Example


Text Example

White with #C46612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46612; }

 p { color: rgb(196,102,18); }

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

background-color css

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

 a { background-color: rgb(196,102,18); }

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

border-color css

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

 span { border-color: rgb(196,102,18); }

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