Html Css Color HEX #C96619 Chocolate

📋 copy color: '#C96619'

red 201 ◦ green 102 ◦ blue 25

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

Shades of Chocolate #C96619

Tints of Chocolate #C96619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.62%

R = 61.28%
G = 31.1%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#C96619 (or 0xC96619) is known color: Chocolate. HEX triplet: C9, 66 and 19. RGB value is (201,102,25). Sum of RGB (Red+Green+Blue) = 201+102+25=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C96619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96619 is #3699E6. Grayscale: #7B7B7B. Windows color (decimal): -3578343 or 1664713. OLE color: 1664713.

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

Color convert

RGB 201 102 25 -
CMYK 0 0.49 0.88 0.21
HSL 26.25º 0.78% 0.44% -
HSV(B) 26.25º 0.88% 0.79% -
XYZ 29.01 21.99 3.64 -
YUV 122.82 72.8 183.76 -
System Red Green Blue C M Y K H S L
Decimal 201 102 25 0 0.49 0.88 0.21 26.25 0.78 0.44
Hex C9 66 19 0 31 58 15 1A 4E 2C
Octal 311 146 31 0 61 130 25 32 116 54
Binary 11001001 1100110 11001 0 110001 1011000 10101 11010 1001110 101100

Color Harmonies of #C96619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96619

Black with #C96619

Text Example


Text Example

White with #C96619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96619; }

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

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

background-color css

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

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

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

border-color css

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

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

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