#6F372D

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

Shades of Mocha #6F372D

Tints of Mocha #6F372D

Color information

#6F372D (or 0x6F372D) is unknown color: approx Mocha. HEX triplet: 6F, 37 and 2D. RGB value is (111,55,45). Sum of RGB (Red+Green+Blue) = 111+55+45=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F372D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F372D is #90C8D2. Grayscale: #464646. Windows color (decimal): -9488595 or 2963311. OLE color: 2963311.

HSL color Cylindrical-coordinate representation of color #6F372D: hue angle of 9.09º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F372D is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1115545-
CMYK00.500.590.56
HSL9.09º42.31%30.59%-
HSV(B)9.09º59.46%43.53%-
XYZ8.46.33.26-
YUV70.6113.55156.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.61%
GREEN value IS 55 (21.88% from 255) = 26.07%
BLUE value IS 45 (17.97% from 255) = 21.33%
R=52.61%
G=26.07%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111554500.500.590.569.0942.3130.59
Hex6F372D0323B3892a1f
Octal15767550627370115237
Binary11011111101111011010110010111011111000100110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,55,45); }

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

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

 a { background-color: rgb(111,55,45); }

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

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

 span { border-color: rgb(111,55,45); }

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