Html Css Color HEX #C36615 Chocolate

📋 copy color: '#C36615'

red 195 ◦ green 102 ◦ blue 21

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

Shades of Chocolate #C36615

Tints of Chocolate #C36615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.6%

R = 61.32%
G = 32.08%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C36615 (or 0xC36615) is known color: Chocolate. HEX triplet: C3, 66 and 15. RGB value is (195,102,21). Sum of RGB (Red+Green+Blue) = 195+102+21=318 (42% of max value = 765). Red value is 195 (76.56% from 255 or 61.32% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 195 - color contains mainly: red. Hex color #C36615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36615 is #3C99EA. Grayscale: #787878. Windows color (decimal): -3971563 or 1402563. OLE color: 1402563.

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

Color convert

RGB 195 102 21 -
CMYK 0 0.48 0.89 0.24
HSL 27.93º 0.81% 0.42% -
HSV(B) 27.93º 0.89% 0.76% -
XYZ 27.39 21.16 3.35 -
YUV 120.57 71.81 181.09 -
System Red Green Blue C M Y K H S L
Decimal 195 102 21 0 0.48 0.89 0.24 27.93 0.81 0.42
Hex C3 66 15 0 30 59 18 1C 51 2A
Octal 303 146 25 0 60 131 30 34 121 52
Binary 11000011 1100110 10101 0 110000 1011001 11000 11100 1010001 101010

Color Harmonies of #C36615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36615

Black with #C36615

Text Example


Text Example

White with #C36615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36615; }

 p { color: rgb(195,102,21); }

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

background-color css

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

 a { background-color: rgb(195,102,21); }

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

border-color css

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

 span { border-color: rgb(195,102,21); }

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