#612E2B

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

Shades of Moccaccino #612E2B

Tints of Moccaccino #612E2B

Color information

#612E2B (or 0x612E2B) is unknown color: approx Moccaccino. HEX triplet: 61, 2E and 2B. RGB value is (97,46,43). Sum of RGB (Red+Green+Blue) = 97+46+43=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #612E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612E2B is #9ED1D4. Grayscale: #3C3C3C. Windows color (decimal): -10408405 or 2829921. OLE color: 2829921.

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

Color convert

RGB974643-
CMYK00.530.560.62
HSL3.33º38.57%27.45%-
HSV(B)3.33º55.67%38.04%-
XYZ6.344.672.85-
YUV60.91117.9153.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 52.15%
GREEN value IS 46 (18.36% from 255) = 24.73%
BLUE value IS 43 (17.19% from 255) = 23.12%
R=52.15%
G=24.73%
B=23.12%

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
Decimal97464300.530.560.623.3338.5727.45
Hex612E2B035383E3271b
Octal1415653065707634733
Binary110000110111010101101101011110001111101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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