#6A372F

Color #6A372F Mocha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mocha #6A372F

Tints of Mocha #6A372F

Color information

#6A372F (or 0x6A372F) is unknown color: approx Mocha. HEX triplet: 6A, 37 and 2F. RGB value is (106,55,47). Sum of RGB (Red+Green+Blue) = 106+55+47=208 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.96% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 106 - color contains mainly: red. Hex color #6A372F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A372F is #95C8D0. Grayscale: #454545. Windows color (decimal): -9816273 or 3094378. OLE color: 3094378.

HSL color Cylindrical-coordinate representation of color #6A372F: hue angle of 8.14º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A372F is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB1065547-
CMYK00.480.560.58
HSL8.14º38.56%30%-
HSV(B)8.14º55.66%41.57%-
XYZ7.8263.44-
YUV69.34115.4154.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50.96%
GREEN value IS 55 (21.88% from 255) = 26.44%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=50.96%
G=26.44%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106554700.480.560.588.1438.5630
Hex6A372F030383A8271e
Octal15267570607072104736
Binary11010101101111011110110000111000111010100010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A372F; }

 p { color: rgb(106,55,47); }

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

<style>
 a { background-color: #6A372F; }

 a { background-color: rgb(106,55,47); }

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

<style>
 span { border-color: #6A372F; }

 span { border-color: rgb(106,55,47); }

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