Html Css Color HEX #C36016 Chocolate

📋 copy color: '#C36016'

red 195 ◦ green 96 ◦ blue 22

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

Shades of Chocolate #C36016

Tints of Chocolate #C36016

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.67%

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

R = 62.3%
G = 30.67%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C36016 (or 0xC36016) is known color: Chocolate. HEX triplet: C3, 60 and 16. RGB value is (195,96,22). Sum of RGB (Red+Green+Blue) = 195+96+22=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C36016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36016 is #3C9FE9. Grayscale: #757575. Windows color (decimal): -3973098 or 1466563. OLE color: 1466563.

HSL color Cylindrical-coordinate representation of color #C36016: hue angle of 25.66º 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 #C36016 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 96 22 -
CMYK 0 0.51 0.89 0.24
HSL 25.66º 0.8% 0.43% -
HSV(B) 25.66º 0.89% 0.76% -
XYZ 26.83 20.03 3.21 -
YUV 117.17 74.3 183.52 -
System Red Green Blue C M Y K H S L
Decimal 195 96 22 0 0.51 0.89 0.24 25.66 0.8 0.43
Hex C3 60 16 0 33 59 18 1A 50 2B
Octal 303 140 26 0 63 131 30 32 120 53
Binary 11000011 1100000 10110 0 110011 1011001 11000 11010 1010000 101011

Color Harmonies of #C36016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36016

Black with #C36016

Text Example


Text Example

White with #C36016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36016; }

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

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

background-color css

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

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

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

border-color css

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

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

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