Html Css Color HEX #C76810 Chocolate

📋 copy color: '#C76810'

red 199 ◦ green 104 ◦ blue 16

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

Shades of Chocolate #C76810

Tints of Chocolate #C76810

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.6%

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

R = 62.38%
G = 32.6%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C76810 (or 0xC76810) is known color: Chocolate. HEX triplet: C7, 68 and 10. RGB value is (199,104,16). Sum of RGB (Red+Green+Blue) = 199+104+16=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C76810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76810 is #3897EF. Grayscale: #7A7A7A. Windows color (decimal): -3708912 or 1075399. OLE color: 1075399.

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

Color convert

RGB 199 104 16 -
CMYK 0 0.48 0.92 0.22
HSL 28.85º 0.85% 0.42% -
HSV(B) 28.85º 0.92% 0.78% -
XYZ 28.6 22.08 3.24 -
YUV 122.37 67.97 182.66 -
System Red Green Blue C M Y K H S L
Decimal 199 104 16 0 0.48 0.92 0.22 28.85 0.85 0.42
Hex C7 68 10 0 30 5C 16 1D 55 2A
Octal 307 150 20 0 60 134 26 35 125 52
Binary 11000111 1101000 10000 0 110000 1011100 10110 11101 1010101 101010

Color Harmonies of #C76810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76810

Black with #C76810

Text Example


Text Example

White with #C76810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76810; }

 p { color: rgb(199,104,16); }

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

background-color css

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

 a { background-color: rgb(199,104,16); }

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

border-color css

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

 span { border-color: rgb(199,104,16); }

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