#612D2B

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

Shades of Moccaccino #612D2B

Tints of Moccaccino #612D2B

Color information

#612D2B (or 0x612D2B) is unknown color: approx Moccaccino. HEX triplet: 61, 2D and 2B. RGB value is (97,45,43). Sum of RGB (Red+Green+Blue) = 97+45+43=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #612D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612D2B is #9ED2D4. Grayscale: #3C3C3C. Windows color (decimal): -10408661 or 2829665. OLE color: 2829665.

HSL color Cylindrical-coordinate representation of color #612D2B: hue angle of 2.22º 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 #612D2B is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB974543-
CMYK00.540.560.62
HSL2.22º38.57%27.45%-
HSV(B)2.22º55.67%38.04%-
XYZ6.34.592.84-
YUV60.32118.23154.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.43%
GREEN value IS 45 (17.97% from 255) = 24.32%
BLUE value IS 43 (17.19% from 255) = 23.24%
R=52.43%
G=24.32%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97454300.540.560.622.2238.5727.45
Hex612D2B036383E2271b
Octal1415553066707624733
Binary110000110110110101101101101110001111101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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