#602828

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

Shades of Moccaccino #602828

Tints of Moccaccino #602828

Color information

#602828 (or 0x602828) is unknown color: approx Moccaccino. HEX triplet: 60, 28 and 28. RGB value is (96,40,40). Sum of RGB (Red+Green+Blue) = 96+40+40=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #602828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602828 is #9FD7D7. Grayscale: #383838. Windows color (decimal): -10475480 or 2631776. OLE color: 2631776.

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

Color convert

RGB964040-
CMYK00.580.580.62
HSL41.18%26.67%-
HSV(B)58.33%37.65%-
XYZ5.974.162.5-
YUV56.74118.55156-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.55%
GREEN value IS 40 (16.02% from 255) = 22.73%
BLUE value IS 40 (16.02% from 255) = 22.73%
R=54.55%
G=22.73%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96404000.580.580.62041.1826.67
Hex60282803A3A3E0291b
Octal1405050072727605133
Binary11000001010001010000111010111010111110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602828; }

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

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

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

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

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

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

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

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