#602D2A

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

Shades of Moccaccino #602D2A

Tints of Moccaccino #602D2A

Color information

#602D2A (or 0x602D2A) is unknown color: approx Moccaccino. HEX triplet: 60, 2D and 2A. RGB value is (96,45,42). Sum of RGB (Red+Green+Blue) = 96+45+42=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #602D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D2A is #9FD2D5. Grayscale: #3B3B3B. Windows color (decimal): -10474198 or 2764128. OLE color: 2764128.

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

Color convert

RGB964542-
CMYK00.530.560.62
HSL3.33º39.13%27.06%-
HSV(B)3.33º56.25%37.65%-
XYZ6.184.532.74-
YUV59.91117.9153.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.46%
GREEN value IS 45 (17.97% from 255) = 24.59%
BLUE value IS 42 (16.80% from 255) = 22.95%
R=52.46%
G=24.59%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96454200.530.560.623.3339.1327.06
Hex602D2A035383E3271b
Octal1405552065707634733
Binary110000010110110101001101011110001111101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,45,42); }

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

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

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

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

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

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

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