Html Css Color HEX #C96621 Chocolate

📋 copy color: '#C96621'

red 201 ◦ green 102 ◦ blue 33

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

Shades of Chocolate #C96621

Tints of Chocolate #C96621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.82%

R = 59.82%
G = 30.36%
B = 9.82%

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

#C96621 (or 0xC96621) is known color: Chocolate. HEX triplet: C9, 66 and 21. RGB value is (201,102,33). Sum of RGB (Red+Green+Blue) = 201+102+33=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C96621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96621 is #3699DE. Grayscale: #7C7C7C. Windows color (decimal): -3578335 or 2189001. OLE color: 2189001.

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

Color convert

RGB 201 102 33 -
CMYK 0 0.49 0.84 0.21
HSL 24.64º 0.72% 0.46% -
HSV(B) 24.64º 0.84% 0.79% -
XYZ 29.11 22.03 4.16 -
YUV 123.74 76.8 183.11 -
System Red Green Blue C M Y K H S L
Decimal 201 102 33 0 0.49 0.84 0.21 24.64 0.72 0.46
Hex C9 66 21 0 31 54 15 19 48 2E
Octal 311 146 41 0 61 124 25 31 110 56
Binary 11001001 1100110 100001 0 110001 1010100 10101 11001 1001000 101110

Color Harmonies of #C96621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96621

Black with #C96621

Text Example


Text Example

White with #C96621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96621; }

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

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

background-color css

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

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

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

border-color css

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

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

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