#6F372B

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

Shades of Mocha #6F372B

Tints of Mocha #6F372B

Color information

#6F372B (or 0x6F372B) is unknown color: approx Mocha. HEX triplet: 6F, 37 and 2B. RGB value is (111,55,43). Sum of RGB (Red+Green+Blue) = 111+55+43=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F372B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F372B is #90C8D4. Grayscale: #464646. Windows color (decimal): -9488597 or 2832239. OLE color: 2832239.

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

Color convert

RGB1115543-
CMYK00.500.610.56
HSL10.59º44.16%30.2%-
HSV(B)10.59º61.26%43.53%-
XYZ8.366.293.06-
YUV70.38112.55156.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.11%
GREEN value IS 55 (21.88% from 255) = 26.32%
BLUE value IS 43 (17.19% from 255) = 20.57%
R=53.11%
G=26.32%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111554300.500.610.5610.5944.1630.2
Hex6F372B0323D38b2c1e
Octal15767530627570135436
Binary11011111101111010110110010111101111000101110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F372B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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