#6F372C

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

Shades of Mocha #6F372C

Tints of Mocha #6F372C

Color information

#6F372C (or 0x6F372C) is unknown color: approx Mocha. HEX triplet: 6F, 37 and 2C. RGB value is (111,55,44). Sum of RGB (Red+Green+Blue) = 111+55+44=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F372C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F372C is #90C8D3. Grayscale: #464646. Windows color (decimal): -9488596 or 2897775. OLE color: 2897775.

HSL color Cylindrical-coordinate representation of color #6F372C: hue angle of 9.85º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F372C is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB1115544-
CMYK00.500.600.56
HSL9.85º43.23%30.39%-
HSV(B)9.85º60.36%43.53%-
XYZ8.386.293.16-
YUV70.49113.05156.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.86%
GREEN value IS 55 (21.88% from 255) = 26.19%
BLUE value IS 44 (17.58% from 255) = 20.95%
R=52.86%
G=26.19%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111554400.500.600.569.8543.2330.39
Hex6F372C0323C38a2b1e
Octal15767540627470125336
Binary11011111101111011000110010111100111000101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F372C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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