#602C29

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

Shades of Moccaccino #602C29

Tints of Moccaccino #602C29

Color information

#602C29 (or 0x602C29) is unknown color: approx Moccaccino. HEX triplet: 60, 2C and 29. RGB value is (96,44,41). Sum of RGB (Red+Green+Blue) = 96+44+41=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #602C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602C29 is #9FD3D6. Grayscale: #3B3B3B. Windows color (decimal): -10474455 or 2698336. OLE color: 2698336.

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

Color convert

RGB964441-
CMYK00.540.570.62
HSL3.27º40.15%26.86%-
HSV(B)3.27º57.29%37.65%-
XYZ6.124.452.63-
YUV59.21117.73154.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.04%
GREEN value IS 44 (17.58% from 255) = 24.31%
BLUE value IS 41 (16.41% from 255) = 22.65%
R=53.04%
G=24.31%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96444100.540.570.623.2740.1526.86
Hex602C29036393E3281b
Octal1405451066717635033
Binary110000010110010100101101101110011111101110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602C29; }

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

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

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

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

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

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

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

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