Html Css Color HEX #C76C0B Chocolate

📋 copy color: '#C76C0B'

red 199 ◦ green 108 ◦ blue 11

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

Shades of Chocolate #C76C0B

Tints of Chocolate #C76C0B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.96%

 BLUE value IS 11 (4.69% from 255) = 3.46%

R = 62.58%
G = 33.96%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C76C0B (or 0xC76C0B) is known color: Chocolate. HEX triplet: C7, 6C and 0B. RGB value is (199,108,11). Sum of RGB (Red+Green+Blue) = 199+108+11=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76C0B is #3893F4. Grayscale: #7C7C7C. Windows color (decimal): -3707893 or 748743. OLE color: 748743.

HSL color Cylindrical-coordinate representation of color #C76C0B: hue angle of 30.96º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C76C0B is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 108 11 -
CMYK 0 0.46 0.94 0.22
HSL 30.96º 0.9% 0.41% -
HSV(B) 30.96º 0.94% 0.78% -
XYZ 28.98 22.89 3.21 -
YUV 124.15 64.15 181.39 -
System Red Green Blue C M Y K H S L
Decimal 199 108 11 0 0.46 0.94 0.22 30.96 0.9 0.41
Hex C7 6C B 0 2E 5E 16 1F 5A 29
Octal 307 154 13 0 56 136 26 37 132 51
Binary 11000111 1101100 1011 0 101110 1011110 10110 11111 1011010 101001

Color Harmonies of #C76C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76C0B

Black with #C76C0B

Text Example


Text Example

White with #C76C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76C0B; }

 p { color: rgb(199,108,11); }

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

background-color css

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

 a { background-color: rgb(199,108,11); }

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

border-color css

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

 span { border-color: rgb(199,108,11); }

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