Html Css Color HEX #C96614 Chocolate

📋 copy color: '#C96614'

red 201 ◦ green 102 ◦ blue 20

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

Shades of Chocolate #C96614

Tints of Chocolate #C96614

RGB

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

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

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

R = 62.23%
G = 31.58%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#C96614 (or 0xC96614) is known color: Chocolate. HEX triplet: C9, 66 and 14. RGB value is (201,102,20). Sum of RGB (Red+Green+Blue) = 201+102+20=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C96614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96614 is #3699EB. Grayscale: #7A7A7A. Windows color (decimal): -3578348 or 1337033. OLE color: 1337033.

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

Color convert

RGB 201 102 20 -
CMYK 0 0.49 0.90 0.21
HSL 27.18º 0.82% 0.43% -
HSV(B) 27.18º 0.9% 0.79% -
XYZ 28.97 21.97 3.38 -
YUV 122.25 70.3 184.17 -
System Red Green Blue C M Y K H S L
Decimal 201 102 20 0 0.49 0.90 0.21 27.18 0.82 0.43
Hex C9 66 14 0 31 5A 15 1B 52 2B
Octal 311 146 24 0 61 132 25 33 122 53
Binary 11001001 1100110 10100 0 110001 1011010 10101 11011 1010010 101011

Color Harmonies of #C96614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96614

Black with #C96614

Text Example


Text Example

White with #C96614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96614; }

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

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

background-color css

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

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

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

border-color css

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

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

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