#602B29

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

Shades of Moccaccino #602B29

Tints of Moccaccino #602B29

Color information

#602B29 (or 0x602B29) is unknown color: approx Moccaccino. HEX triplet: 60, 2B and 29. RGB value is (96,43,41). Sum of RGB (Red+Green+Blue) = 96+43+41=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #602B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602B29 is #9FD4D6. Grayscale: #3A3A3A. Windows color (decimal): -10474711 or 2698080. OLE color: 2698080.

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

Color convert

RGB964341-
CMYK00.550.570.62
HSL2.18º40.15%26.86%-
HSV(B)2.18º57.29%37.65%-
XYZ6.094.372.62-
YUV58.62118.06154.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.33%
GREEN value IS 43 (17.19% from 255) = 23.89%
BLUE value IS 41 (16.41% from 255) = 22.78%
R=53.33%
G=23.89%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96434100.550.570.622.1840.1526.86
Hex602B29037393E2281b
Octal1405351067717625033
Binary110000010101110100101101111110011111101010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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