#603A2A

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

Shades of Cioccolato #603A2A

Tints of Cioccolato #603A2A

Color information

#603A2A (or 0x603A2A) is unknown color: approx Cioccolato. HEX triplet: 60, 3A and 2A. RGB value is (96,58,42). Sum of RGB (Red+Green+Blue) = 96+58+42=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #603A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A2A is #9FC5D5. Grayscale: #434343. Windows color (decimal): -10470870 or 2767456. OLE color: 2767456.

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

Color convert

RGB965842-
CMYK00.400.560.62
HSL17.78º39.13%27.06%-
HSV(B)17.78º56.25%37.65%-
XYZ6.755.682.93-
YUV67.54113.59148.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 58 (23.05% from 255) = 29.59%
BLUE value IS 42 (16.80% from 255) = 21.43%
R=48.98%
G=29.59%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96584200.400.560.6217.7839.1327.06
Hex603A2A028383E12271b
Octal14072520507076224733
Binary110000011101010101001010001110001111101001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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