Html Css Color HEX #C96719 Chocolate

📋 copy color: '#C96719'

red 201 ◦ green 103 ◦ blue 25

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

Shades of Chocolate #C96719

Tints of Chocolate #C96719

RGB

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

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

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

R = 61.09%
G = 31.31%
B = 7.6%

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

#C96719 (or 0xC96719) is known color: Chocolate. HEX triplet: C9, 67 and 19. RGB value is (201,103,25). Sum of RGB (Red+Green+Blue) = 201+103+25=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C96719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96719 is #3698E6. Grayscale: #7B7B7B. Windows color (decimal): -3578087 or 1664969. OLE color: 1664969.

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

Color convert

RGB 201 103 25 -
CMYK 0 0.49 0.88 0.21
HSL 26.59º 0.78% 0.44% -
HSV(B) 26.59º 0.88% 0.79% -
XYZ 29.11 22.19 3.67 -
YUV 123.41 72.47 183.34 -
System Red Green Blue C M Y K H S L
Decimal 201 103 25 0 0.49 0.88 0.21 26.59 0.78 0.44
Hex C9 67 19 0 31 58 15 1B 4E 2C
Octal 311 147 31 0 61 130 25 33 116 54
Binary 11001001 1100111 11001 0 110001 1011000 10101 11011 1001110 101100

Color Harmonies of #C96719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96719

Black with #C96719

Text Example


Text Example

White with #C96719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96719; }

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

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

background-color css

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

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

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

border-color css

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

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

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