#603C2C

Color #603C2C Cioccolato (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cioccolato #603C2C

Tints of Cioccolato #603C2C

Color information

#603C2C (or 0x603C2C) is unknown color: approx Cioccolato. HEX triplet: 60, 3C and 2C. RGB value is (96,60,44). Sum of RGB (Red+Green+Blue) = 96+60+44=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #603C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C2C is #9FC3D3. Grayscale: #454545. Windows color (decimal): -10470356 or 2899040. OLE color: 2899040.

HSL color Cylindrical-coordinate representation of color #603C2C: hue angle of 18.46º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #603C2C is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB966044-
CMYK00.380.540.62
HSL18.46º37.14%27.45%-
HSV(B)18.46º54.17%37.65%-
XYZ6.895.93.16-
YUV68.94113.93147.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48%
GREEN value IS 60 (23.83% from 255) = 30%
BLUE value IS 44 (17.58% from 255) = 22%
R=48%
G=30%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96604400.380.540.6218.4637.1427.45
Hex603C2C026363E12251b
Octal14074540466676224533
Binary110000011110010110001001101101101111101001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603C2C; }

 p { color: rgb(96,60,44); }

 H1.HeaderClassName
 {
   color: #603C2C;
 }
 .AnyTagClassName
 {
   color: #603C2C;
 }
</style>
background-color css

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

 a { background-color: rgb(96,60,44); }

 div.DivClassName
 {
   background-color: #603C2C;
 }
 .BgClassName
 {
   background-color: #603C2C;
 }
</style>
border-color css

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

 span { border-color: rgb(96,60,44); }

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