Html Css Color HEX #C96511 Chocolate

📋 copy color: '#C96511'

red 201 ◦ green 101 ◦ blue 17

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

Shades of Chocolate #C96511

Tints of Chocolate #C96511

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.66%

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

R = 63.01%
G = 31.66%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#C96511 (or 0xC96511) is known color: Chocolate. HEX triplet: C9, 65 and 11. RGB value is (201,101,17). Sum of RGB (Red+Green+Blue) = 201+101+17=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C96511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96511 is #369AEE. Grayscale: #797979. Windows color (decimal): -3578607 or 1140169. OLE color: 1140169.

HSL color Cylindrical-coordinate representation of color #C96511: hue angle of 27.39º degrees, saturation: 0.84, 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 #C96511 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 101 17 -
CMYK 0 0.50 0.92 0.21
HSL 27.39º 0.84% 0.43% -
HSV(B) 27.39º 0.92% 0.79% -
XYZ 28.84 21.77 3.21 -
YUV 121.32 69.13 184.83 -
System Red Green Blue C M Y K H S L
Decimal 201 101 17 0 0.50 0.92 0.21 27.39 0.84 0.43
Hex C9 65 11 0 32 5C 15 1B 54 2B
Octal 311 145 21 0 62 134 25 33 124 53
Binary 11001001 1100101 10001 0 110010 1011100 10101 11011 1010100 101011

Color Harmonies of #C96511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96511

Black with #C96511

Text Example


Text Example

White with #C96511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96511; }

 p { color: rgb(201,101,17); }

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

background-color css

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

 a { background-color: rgb(201,101,17); }

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

border-color css

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

 span { border-color: rgb(201,101,17); }

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