Html Css Color HEX #C96720 Chocolate

📋 copy color: '#C96720'

red 201 ◦ green 103 ◦ blue 32

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

Shades of Chocolate #C96720

Tints of Chocolate #C96720

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.65%

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

R = 59.82%
G = 30.65%
B = 9.52%

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

#C96720 (or 0xC96720) is known color: Chocolate. HEX triplet: C9, 67 and 20. RGB value is (201,103,32). Sum of RGB (Red+Green+Blue) = 201+103+32=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C96720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96720 is #3698DF. Grayscale: #7C7C7C. Windows color (decimal): -3578080 or 2123721. OLE color: 2123721.

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

Color convert

RGB 201 103 32 -
CMYK 0 0.49 0.84 0.21
HSL 25.21º 0.73% 0.46% -
HSV(B) 25.21º 0.84% 0.79% -
XYZ 29.2 22.22 4.12 -
YUV 124.21 75.97 182.77 -
System Red Green Blue C M Y K H S L
Decimal 201 103 32 0 0.49 0.84 0.21 25.21 0.73 0.46
Hex C9 67 20 0 31 54 15 19 49 2E
Octal 311 147 40 0 61 124 25 31 111 56
Binary 11001001 1100111 100000 0 110001 1010100 10101 11001 1001001 101110

Color Harmonies of #C96720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96720

Black with #C96720

Text Example


Text Example

White with #C96720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96720; }

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

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

background-color css

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

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

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

border-color css

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

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

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