Html Css Color HEX #C76611 Chocolate

📋 copy color: '#C76611'

red 199 ◦ green 102 ◦ blue 17

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

Shades of Chocolate #C76611

Tints of Chocolate #C76611

RGB

 RED value IS 199 (78.13% from 255) = 62.58%

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

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

R = 62.58%
G = 32.08%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C76611 (or 0xC76611) is known color: Chocolate. HEX triplet: C7, 66 and 11. RGB value is (199,102,17). Sum of RGB (Red+Green+Blue) = 199+102+17=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C76611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76611 is #3899EE. Grayscale: #797979. Windows color (decimal): -3709423 or 1140423. OLE color: 1140423.

HSL color Cylindrical-coordinate representation of color #C76611: hue angle of 28.02º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C76611 is Cyan = 0, Magento = 0.49, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 102 17 -
CMYK 0 0.49 0.91 0.22
HSL 28.02º 0.84% 0.42% -
HSV(B) 28.02º 0.91% 0.78% -
XYZ 28.41 21.69 3.22 -
YUV 121.31 69.14 183.41 -
System Red Green Blue C M Y K H S L
Decimal 199 102 17 0 0.49 0.91 0.22 28.02 0.84 0.42
Hex C7 66 11 0 31 5B 16 1C 54 2A
Octal 307 146 21 0 61 133 26 34 124 52
Binary 11000111 1100110 10001 0 110001 1011011 10110 11100 1010100 101010

Color Harmonies of #C76611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76611

Black with #C76611

Text Example


Text Example

White with #C76611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76611; }

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

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

background-color css

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

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

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

border-color css

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

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

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