Html Css Color HEX #C76A11 Chocolate

📋 copy color: '#C76A11'

red 199 ◦ green 106 ◦ blue 17

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

Shades of Chocolate #C76A11

Tints of Chocolate #C76A11

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.92%

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

R = 61.8%
G = 32.92%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C76A11 (or 0xC76A11) is known color: Chocolate. HEX triplet: C7, 6A and 11. RGB value is (199,106,17). Sum of RGB (Red+Green+Blue) = 199+106+17=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76A11 is #3895EE. Grayscale: #7C7C7C. Windows color (decimal): -3708399 or 1141447. OLE color: 1141447.

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

Color convert

RGB 199 106 17 -
CMYK 0 0.47 0.91 0.22
HSL 29.34º 0.84% 0.42% -
HSV(B) 29.34º 0.91% 0.78% -
XYZ 28.81 22.49 3.35 -
YUV 123.66 67.81 181.74 -
System Red Green Blue C M Y K H S L
Decimal 199 106 17 0 0.47 0.91 0.22 29.34 0.84 0.42
Hex C7 6A 11 0 2F 5B 16 1D 54 2A
Octal 307 152 21 0 57 133 26 35 124 52
Binary 11000111 1101010 10001 0 101111 1011011 10110 11101 1010100 101010

Color Harmonies of #C76A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76A11

Black with #C76A11

Text Example


Text Example

White with #C76A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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