#602C2C

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

Shades of Moccaccino #602C2C

Tints of Moccaccino #602C2C

Color information

#602C2C (or 0x602C2C) is unknown color: approx Moccaccino. HEX triplet: 60, 2C and 2C. RGB value is (96,44,44). Sum of RGB (Red+Green+Blue) = 96+44+44=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #602C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602C2C is #9FD3D3. Grayscale: #3B3B3B. Windows color (decimal): -10474452 or 2894944. OLE color: 2894944.

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

Color convert

RGB964444-
CMYK00.540.540.62
HSL37.14%27.45%-
HSV(B)54.17%37.65%-
XYZ6.184.472.92-
YUV59.55119.23154-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.17%
GREEN value IS 44 (17.58% from 255) = 23.91%
BLUE value IS 44 (17.58% from 255) = 23.91%
R=52.17%
G=23.91%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96444400.540.540.62037.1427.45
Hex602C2C036363E0251b
Octal1405454066667604533
Binary11000001011001011000110110110110111110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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