Html Css Color HEX #C96620 Chocolate

📋 copy color: '#C96620'

red 201 ◦ green 102 ◦ blue 32

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

Shades of Chocolate #C96620

Tints of Chocolate #C96620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.55%

R = 60%
G = 30.45%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#C96620 (or 0xC96620) is known color: Chocolate. HEX triplet: C9, 66 and 20. RGB value is (201,102,32). Sum of RGB (Red+Green+Blue) = 201+102+32=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C96620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96620 is #3699DF. Grayscale: #7B7B7B. Windows color (decimal): -3578336 or 2123465. OLE color: 2123465.

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

Color convert

RGB 201 102 32 -
CMYK 0 0.49 0.84 0.21
HSL 24.85º 0.73% 0.46% -
HSV(B) 24.85º 0.84% 0.79% -
XYZ 29.1 22.02 4.08 -
YUV 123.62 76.3 183.19 -
System Red Green Blue C M Y K H S L
Decimal 201 102 32 0 0.49 0.84 0.21 24.85 0.73 0.46
Hex C9 66 20 0 31 54 15 19 49 2E
Octal 311 146 40 0 61 124 25 31 111 56
Binary 11001001 1100110 100000 0 110001 1010100 10101 11001 1001001 101110

Color Harmonies of #C96620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96620

Black with #C96620

Text Example


Text Example

White with #C96620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96620; }

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

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

background-color css

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

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

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

border-color css

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

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

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