#612F2B

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

Shades of Moccaccino #612F2B

Tints of Moccaccino #612F2B

Color information

#612F2B (or 0x612F2B) is unknown color: approx Moccaccino. HEX triplet: 61, 2F and 2B. RGB value is (97,47,43). Sum of RGB (Red+Green+Blue) = 97+47+43=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #612F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612F2B is #9ED0D4. Grayscale: #3D3D3D. Windows color (decimal): -10408149 or 2830177. OLE color: 2830177.

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

Color convert

RGB974743-
CMYK00.520.560.62
HSL4.44º38.57%27.45%-
HSV(B)4.44º55.67%38.04%-
XYZ6.384.752.87-
YUV61.49117.56153.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.87%
GREEN value IS 47 (18.75% from 255) = 25.13%
BLUE value IS 43 (17.19% from 255) = 22.99%
R=51.87%
G=25.13%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97474300.520.560.624.4438.5727.45
Hex612F2B034383E4271b
Octal1415753064707644733
Binary1100001101111101011011010011100011111010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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