#602929

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

Shades of Moccaccino #602929

Tints of Moccaccino #602929

Color information

#602929 (or 0x602929) is unknown color: approx Moccaccino. HEX triplet: 60, 29 and 29. RGB value is (96,41,41). Sum of RGB (Red+Green+Blue) = 96+41+41=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #602929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602929 is #9FD6D6. Grayscale: #393939. Windows color (decimal): -10475223 or 2697568. OLE color: 2697568.

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

Color convert

RGB964141-
CMYK00.570.570.62
HSL40.15%26.86%-
HSV(B)57.29%37.65%-
XYZ6.024.232.6-
YUV57.44118.72155.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.93%
GREEN value IS 41 (16.41% from 255) = 23.03%
BLUE value IS 41 (16.41% from 255) = 23.03%
R=53.93%
G=23.03%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96414100.570.570.62040.1526.86
Hex602929039393E0281b
Octal1405151071717605033
Binary11000001010011010010111001111001111110010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602929; }

 p { color: rgb(96,41,41); }

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

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

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

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

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

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

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