#603A2C

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

Shades of Cioccolato #603A2C

Tints of Cioccolato #603A2C

Color information

#603A2C (or 0x603A2C) is unknown color: approx Cioccolato. HEX triplet: 60, 3A and 2C. RGB value is (96,58,44). Sum of RGB (Red+Green+Blue) = 96+58+44=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #603A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A2C is #9FC5D3. Grayscale: #434343. Windows color (decimal): -10470868 or 2898528. OLE color: 2898528.

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

Color convert

RGB965844-
CMYK00.400.540.62
HSL16.15º37.14%27.45%-
HSV(B)16.15º54.17%37.65%-
XYZ6.795.693.12-
YUV67.77114.59148.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.48%
GREEN value IS 58 (23.05% from 255) = 29.29%
BLUE value IS 44 (17.58% from 255) = 22.22%
R=48.48%
G=29.29%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96584400.400.540.6216.1537.1427.45
Hex603A2C028363E10251b
Octal14072540506676204533
Binary110000011101010110001010001101101111101000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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