#603B2C

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

Shades of Cioccolato #603B2C

Tints of Cioccolato #603B2C

Color information

#603B2C (or 0x603B2C) is unknown color: approx Cioccolato. HEX triplet: 60, 3B and 2C. RGB value is (96,59,44). Sum of RGB (Red+Green+Blue) = 96+59+44=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #603B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603B2C is #9FC4D3. Grayscale: #444444. Windows color (decimal): -10470612 or 2898784. OLE color: 2898784.

HSL color Cylindrical-coordinate representation of color #603B2C: hue angle of 17.31º 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 #603B2C is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB965944-
CMYK00.390.540.62
HSL17.31º37.14%27.45%-
HSV(B)17.31º54.17%37.65%-
XYZ6.845.83.14-
YUV68.35114.26147.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 59 (23.44% from 255) = 29.65%
BLUE value IS 44 (17.58% from 255) = 22.11%
R=48.24%
G=29.65%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96594400.390.540.6217.3137.1427.45
Hex603B2C027363E11251b
Octal14073540476676214533
Binary110000011101110110001001111101101111101000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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