Html Css Color HEX #C76610 Chocolate

📋 copy color: '#C76610'

red 199 ◦ green 102 ◦ blue 16

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

Shades of Chocolate #C76610

Tints of Chocolate #C76610

RGB

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

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

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

R = 62.78%
G = 32.18%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C76610 (or 0xC76610) is known color: Chocolate. HEX triplet: C7, 66 and 10. RGB value is (199,102,16). Sum of RGB (Red+Green+Blue) = 199+102+16=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C76610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76610 is #3899EF. Grayscale: #797979. Windows color (decimal): -3709424 or 1074887. OLE color: 1074887.

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

Color convert

RGB 199 102 16 -
CMYK 0 0.49 0.92 0.22
HSL 28.2º 0.85% 0.42% -
HSV(B) 28.2º 0.92% 0.78% -
XYZ 28.4 21.68 3.18 -
YUV 121.2 68.64 183.49 -
System Red Green Blue C M Y K H S L
Decimal 199 102 16 0 0.49 0.92 0.22 28.2 0.85 0.42
Hex C7 66 10 0 31 5C 16 1C 55 2A
Octal 307 146 20 0 61 134 26 34 125 52
Binary 11000111 1100110 10000 0 110001 1011100 10110 11100 1010101 101010

Color Harmonies of #C76610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76610

Black with #C76610

Text Example


Text Example

White with #C76610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76610; }

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

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

background-color css

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

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

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

border-color css

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

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

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