Html Css Color HEX #C46710 Chocolate

📋 copy color: '#C46710'

red 196 ◦ green 103 ◦ blue 16

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

Shades of Chocolate #C46710

Tints of Chocolate #C46710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.7%

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

R = 62.22%
G = 32.7%
B = 5.08%

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

#C46710 (or 0xC46710) is known color: Chocolate. HEX triplet: C4, 67 and 10. RGB value is (196,103,16). Sum of RGB (Red+Green+Blue) = 196+103+16=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C46710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46710 is #3B98EF. Grayscale: #797979. Windows color (decimal): -3905776 or 1075140. OLE color: 1075140.

HSL color Cylindrical-coordinate representation of color #C46710: hue angle of 29º 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 #C46710 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 103 16 -
CMYK 0 0.47 0.92 0.23
HSL 29º 0.85% 0.42% -
HSV(B) 29º 0.92% 0.77% -
XYZ 27.71 21.47 3.17 -
YUV 120.89 68.81 181.57 -
System Red Green Blue C M Y K H S L
Decimal 196 103 16 0 0.47 0.92 0.23 29 0.85 0.42
Hex C4 67 10 0 2F 5C 17 1D 55 2A
Octal 304 147 20 0 57 134 27 35 125 52
Binary 11000100 1100111 10000 0 101111 1011100 10111 11101 1010101 101010

Color Harmonies of #C46710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46710

Black with #C46710

Text Example


Text Example

White with #C46710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46710; }

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

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

background-color css

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

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

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

border-color css

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

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

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