Html Css Color HEX #C96518 Chocolate

📋 copy color: '#C96518'

red 201 ◦ green 101 ◦ blue 24

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

Shades of Chocolate #C96518

Tints of Chocolate #C96518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.36%

R = 61.66%
G = 30.98%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C96518 (or 0xC96518) is known color: Chocolate. HEX triplet: C9, 65 and 18. RGB value is (201,101,24). Sum of RGB (Red+Green+Blue) = 201+101+24=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C96518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96518 is #369AE7. Grayscale: #7A7A7A. Windows color (decimal): -3578600 or 1598921. OLE color: 1598921.

HSL color Cylindrical-coordinate representation of color #C96518: hue angle of 26.1º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C96518 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 101 24 -
CMYK 0 0.50 0.88 0.21
HSL 26.1º 0.79% 0.44% -
HSV(B) 26.1º 0.88% 0.79% -
XYZ 28.91 21.79 3.55 -
YUV 122.12 72.63 184.26 -
System Red Green Blue C M Y K H S L
Decimal 201 101 24 0 0.50 0.88 0.21 26.1 0.79 0.44
Hex C9 65 18 0 32 58 15 1A 4F 2C
Octal 311 145 30 0 62 130 25 32 117 54
Binary 11001001 1100101 11000 0 110010 1011000 10101 11010 1001111 101100

Color Harmonies of #C96518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96518

Black with #C96518

Text Example


Text Example

White with #C96518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96518; }

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

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

background-color css

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

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

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

border-color css

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

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

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