#602E27

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

Shades of Moccaccino #602E27

Tints of Moccaccino #602E27

Color information

#602E27 (or 0x602E27) is unknown color: approx Moccaccino. HEX triplet: 60, 2E and 27. RGB value is (96,46,39). Sum of RGB (Red+Green+Blue) = 96+46+39=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #602E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602E27 is #9FD1D8. Grayscale: #3C3C3C. Windows color (decimal): -10473945 or 2567776. OLE color: 2567776.

HSL color Cylindrical-coordinate representation of color #602E27: hue angle of 7.37º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #602E27 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB964639-
CMYK00.520.590.62
HSL7.37º42.22%26.47%-
HSV(B)7.37º59.38%37.65%-
XYZ6.174.592.48-
YUV60.15116.06153.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.04%
GREEN value IS 46 (18.36% from 255) = 25.41%
BLUE value IS 39 (15.62% from 255) = 21.55%
R=53.04%
G=25.41%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96463900.520.590.627.3742.2226.47
Hex602E270343B3E72a1a
Octal1405647064737675232
Binary1100000101110100111011010011101111111011110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,46,39); }

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

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

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

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

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

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

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