Html Css Color HEX #C46810 Chocolate

📋 copy color: '#C46810'

red 196 ◦ green 104 ◦ blue 16

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

Shades of Chocolate #C46810

Tints of Chocolate #C46810

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.91%

 BLUE value IS 16 (6.64% from 255) = 5.06%

R = 62.03%
G = 32.91%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C46810 (or 0xC46810) is known color: Chocolate. HEX triplet: C4, 68 and 10. RGB value is (196,104,16). Sum of RGB (Red+Green+Blue) = 196+104+16=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C46810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46810 is #3B97EF. Grayscale: #797979. Windows color (decimal): -3905520 or 1075396. OLE color: 1075396.

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

Color convert

RGB 196 104 16 -
CMYK 0 0.47 0.92 0.23
HSL 29.33º 0.85% 0.42% -
HSV(B) 29.33º 0.92% 0.77% -
XYZ 27.81 21.67 3.21 -
YUV 121.48 68.48 181.16 -
System Red Green Blue C M Y K H S L
Decimal 196 104 16 0 0.47 0.92 0.23 29.33 0.85 0.42
Hex C4 68 10 0 2F 5C 17 1D 55 2A
Octal 304 150 20 0 57 134 27 35 125 52
Binary 11000100 1101000 10000 0 101111 1011100 10111 11101 1010101 101010

Color Harmonies of #C46810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46810

Black with #C46810

Text Example


Text Example

White with #C46810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46810; }

 p { color: rgb(196,104,16); }

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

background-color css

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

 a { background-color: rgb(196,104,16); }

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

border-color css

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

 span { border-color: rgb(196,104,16); }

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