#612B2A

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

Shades of Moccaccino #612B2A

Tints of Moccaccino #612B2A

Color information

#612B2A (or 0x612B2A) is unknown color: approx Moccaccino. HEX triplet: 61, 2B and 2A. RGB value is (97,43,42). Sum of RGB (Red+Green+Blue) = 97+43+42=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #612B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612B2A is #9ED4D5. Grayscale: #3B3B3B. Windows color (decimal): -10409174 or 2763617. OLE color: 2763617.

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

Color convert

RGB974342-
CMYK00.560.570.62
HSL1.09º39.57%27.25%-
HSV(B)1.09º56.7%38.04%-
XYZ6.214.442.72-
YUV59.03118.39155.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.30%
GREEN value IS 43 (17.19% from 255) = 23.63%
BLUE value IS 42 (16.80% from 255) = 23.08%
R=53.30%
G=23.63%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97434200.560.570.621.0939.5727.25
Hex612B2A038393E1281b
Octal1415352070717615033
Binary11000011010111010100111000111001111110110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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