#602927

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

Shades of Moccaccino #602927

Tints of Moccaccino #602927

Color information

#602927 (or 0x602927) is unknown color: approx Moccaccino. HEX triplet: 60, 29 and 27. RGB value is (96,41,39). Sum of RGB (Red+Green+Blue) = 96+41+39=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #602927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602927 is #9FD6D8. Grayscale: #393939. Windows color (decimal): -10475225 or 2566496. OLE color: 2566496.

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

Color convert

RGB964139-
CMYK00.570.590.62
HSL2.11º42.22%26.47%-
HSV(B)2.11º59.38%37.65%-
XYZ5.984.222.42-
YUV57.22117.72155.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.55%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 39 (15.62% from 255) = 22.16%
R=54.55%
G=23.30%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96413900.570.590.622.1142.2226.47
Hex6029270393B3E22a1a
Octal1405147071737625232
Binary110000010100110011101110011110111111101010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602927; }

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

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

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

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

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

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

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

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