Html Css Color HEX #C46610 Chocolate

📋 copy color: '#C46610'

red 196 ◦ green 102 ◦ blue 16

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

Shades of Chocolate #C46610

Tints of Chocolate #C46610

RGB

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

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

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

R = 62.42%
G = 32.48%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C46610 (or 0xC46610) is known color: Chocolate. HEX triplet: C4, 66 and 10. RGB value is (196,102,16). Sum of RGB (Red+Green+Blue) = 196+102+16=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C46610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46610 is #3B99EF. Grayscale: #787878. Windows color (decimal): -3906032 or 1074884. OLE color: 1074884.

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

Color convert

RGB 196 102 16 -
CMYK 0 0.48 0.92 0.23
HSL 28.67º 0.85% 0.42% -
HSV(B) 28.67º 0.92% 0.77% -
XYZ 27.61 21.28 3.14 -
YUV 120.3 69.14 181.99 -
System Red Green Blue C M Y K H S L
Decimal 196 102 16 0 0.48 0.92 0.23 28.67 0.85 0.42
Hex C4 66 10 0 30 5C 17 1D 55 2A
Octal 304 146 20 0 60 134 27 35 125 52
Binary 11000100 1100110 10000 0 110000 1011100 10111 11101 1010101 101010

Color Harmonies of #C46610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46610

Black with #C46610

Text Example


Text Example

White with #C46610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46610; }

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

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

background-color css

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

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

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

border-color css

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

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

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