Html Css Color HEX #C96814 Chocolate

📋 copy color: '#C96814'

red 201 ◦ green 104 ◦ blue 20

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

Shades of Chocolate #C96814

Tints of Chocolate #C96814

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32%

 BLUE value IS 20 (8.2% from 255) = 6.15%

R = 61.85%
G = 32%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C96814 (or 0xC96814) is known color: Chocolate. HEX triplet: C9, 68 and 14. RGB value is (201,104,20). Sum of RGB (Red+Green+Blue) = 201+104+20=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C96814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96814 is #3697EB. Grayscale: #7B7B7B. Windows color (decimal): -3577836 or 1337545. OLE color: 1337545.

HSL color Cylindrical-coordinate representation of color #C96814: hue angle of 27.85º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C96814 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 104 20 -
CMYK 0 0.48 0.90 0.21
HSL 27.85º 0.82% 0.43% -
HSV(B) 27.85º 0.9% 0.79% -
XYZ 29.16 22.37 3.44 -
YUV 123.43 69.64 183.33 -
System Red Green Blue C M Y K H S L
Decimal 201 104 20 0 0.48 0.90 0.21 27.85 0.82 0.43
Hex C9 68 14 0 30 5A 15 1C 52 2B
Octal 311 150 24 0 60 132 25 34 122 53
Binary 11001001 1101000 10100 0 110000 1011010 10101 11100 1010010 101011

Color Harmonies of #C96814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96814

Black with #C96814

Text Example


Text Example

White with #C96814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96814; }

 p { color: rgb(201,104,20); }

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

background-color css

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

 a { background-color: rgb(201,104,20); }

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

border-color css

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

 span { border-color: rgb(201,104,20); }

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