Html Css Color HEX #C96610 Chocolate

📋 copy color: '#C96610'

red 201 ◦ green 102 ◦ blue 16

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

Shades of Chocolate #C96610

Tints of Chocolate #C96610

RGB

 RED value IS 201 (78.91% from 255) = 63.01%

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

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

R = 63.01%
G = 31.97%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C96610 (or 0xC96610) is known color: Chocolate. HEX triplet: C9, 66 and 10. RGB value is (201,102,16). Sum of RGB (Red+Green+Blue) = 201+102+16=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C96610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96610 is #3699EF. Grayscale: #7A7A7A. Windows color (decimal): -3578352 or 1074889. OLE color: 1074889.

HSL color Cylindrical-coordinate representation of color #C96610: hue angle of 27.89º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C96610 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 102 16 -
CMYK 0 0.49 0.92 0.21
HSL 27.89º 0.85% 0.43% -
HSV(B) 27.89º 0.92% 0.79% -
XYZ 28.93 21.96 3.2 -
YUV 121.8 68.3 184.49 -
System Red Green Blue C M Y K H S L
Decimal 201 102 16 0 0.49 0.92 0.21 27.89 0.85 0.43
Hex C9 66 10 0 31 5C 15 1C 55 2B
Octal 311 146 20 0 61 134 25 34 125 53
Binary 11001001 1100110 10000 0 110001 1011100 10101 11100 1010101 101011

Color Harmonies of #C96610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96610

Black with #C96610

Text Example


Text Example

White with #C96610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96610; }

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

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

background-color css

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

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

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

border-color css

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

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

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