#6F392A

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

Shades of Mocha #6F392A

Tints of Mocha #6F392A

Color information

#6F392A (or 0x6F392A) is unknown color: approx Mocha. HEX triplet: 6F, 39 and 2A. RGB value is (111,57,42). Sum of RGB (Red+Green+Blue) = 111+57+42=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F392A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F392A is #90C6D5. Grayscale: #474747. Windows color (decimal): -9488086 or 2767215. OLE color: 2767215.

HSL color Cylindrical-coordinate representation of color #6F392A: hue angle of 13.04º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F392A is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1115742-
CMYK00.490.620.56
HSL13.04º45.1%30%-
HSV(B)13.04º62.16%43.53%-
XYZ8.446.473-
YUV71.44111.39156.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.86%
GREEN value IS 57 (22.66% from 255) = 27.14%
BLUE value IS 42 (16.80% from 255) = 20%
R=52.86%
G=27.14%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111574200.490.620.5613.0445.130
Hex6F392A0313E38d2d1e
Octal15771520617670155536
Binary11011111110011010100110001111110111000110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,57,42); }

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

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

 a { background-color: rgb(111,57,42); }

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

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

 span { border-color: rgb(111,57,42); }

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