Html Css Color HEX #C46611 Chocolate

📋 copy color: '#C46611'

red 196 ◦ green 102 ◦ blue 17

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

Shades of Chocolate #C46611

Tints of Chocolate #C46611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.4%

R = 62.22%
G = 32.38%
B = 5.4%

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

#C46611 (or 0xC46611) is known color: Chocolate. HEX triplet: C4, 66 and 11. RGB value is (196,102,17). Sum of RGB (Red+Green+Blue) = 196+102+17=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C46611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46611 is #3B99EE. Grayscale: #787878. Windows color (decimal): -3906031 or 1140420. OLE color: 1140420.

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

Color convert

RGB 196 102 17 -
CMYK 0 0.48 0.91 0.23
HSL 28.49º 0.84% 0.42% -
HSV(B) 28.49º 0.91% 0.77% -
XYZ 27.62 21.28 3.18 -
YUV 120.42 69.64 181.91 -
System Red Green Blue C M Y K H S L
Decimal 196 102 17 0 0.48 0.91 0.23 28.49 0.84 0.42
Hex C4 66 11 0 30 5B 17 1C 54 2A
Octal 304 146 21 0 60 133 27 34 124 52
Binary 11000100 1100110 10001 0 110000 1011011 10111 11100 1010100 101010

Color Harmonies of #C46611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46611

Black with #C46611

Text Example


Text Example

White with #C46611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46611; }

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

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

background-color css

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

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

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

border-color css

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

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

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