#602D2B

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

Shades of Moccaccino #602D2B

Tints of Moccaccino #602D2B

Color information

#602D2B (or 0x602D2B) is unknown color: approx Moccaccino. HEX triplet: 60, 2D and 2B. RGB value is (96,45,43). Sum of RGB (Red+Green+Blue) = 96+45+43=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #602D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D2B is #9FD2D4. Grayscale: #3C3C3C. Windows color (decimal): -10474197 or 2829664. OLE color: 2829664.

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

Color convert

RGB964543-
CMYK00.530.550.62
HSL2.26º38.13%27.25%-
HSV(B)2.26º55.21%37.65%-
XYZ6.24.542.83-
YUV60.02118.4153.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.17%
GREEN value IS 45 (17.97% from 255) = 24.46%
BLUE value IS 43 (17.19% from 255) = 23.37%
R=52.17%
G=24.46%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96454300.530.550.622.2638.1327.25
Hex602D2B035373E2261b
Octal1405553065677624633
Binary110000010110110101101101011101111111101010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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