Html Css Color HEX #C36A16 Chocolate

📋 copy color: '#C36A16'

red 195 ◦ green 106 ◦ blue 22

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

Shades of Chocolate #C36A16

Tints of Chocolate #C36A16

RGB

 RED value IS 195 (76.56% from 255) = 60.37%

 GREEN value IS 106 (41.8% from 255) = 32.82%

 BLUE value IS 22 (8.98% from 255) = 6.81%

R = 60.37%
G = 32.82%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C36A16 (or 0xC36A16) is known color: Chocolate. HEX triplet: C3, 6A and 16. RGB value is (195,106,22). Sum of RGB (Red+Green+Blue) = 195+106+22=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C36A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36A16 is #3C95E9. Grayscale: #7B7B7B. Windows color (decimal): -3970538 or 1469123. OLE color: 1469123.

HSL color Cylindrical-coordinate representation of color #C36A16: hue angle of 29.13º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C36A16 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 106 22 -
CMYK 0 0.46 0.89 0.24
HSL 29.13º 0.8% 0.43% -
HSV(B) 29.13º 0.89% 0.76% -
XYZ 27.8 21.97 3.53 -
YUV 123.04 70.99 179.33 -
System Red Green Blue C M Y K H S L
Decimal 195 106 22 0 0.46 0.89 0.24 29.13 0.8 0.43
Hex C3 6A 16 0 2E 59 18 1D 50 2B
Octal 303 152 26 0 56 131 30 35 120 53
Binary 11000011 1101010 10110 0 101110 1011001 11000 11101 1010000 101011

Color Harmonies of #C36A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36A16

Black with #C36A16

Text Example


Text Example

White with #C36A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36A16; }

 p { color: rgb(195,106,22); }

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

background-color css

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

 a { background-color: rgb(195,106,22); }

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

border-color css

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

 span { border-color: rgb(195,106,22); }

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