#6F332B

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

Shades of Mocha #6F332B

Tints of Mocha #6F332B

Color information

#6F332B (or 0x6F332B) is unknown color: approx Mocha. HEX triplet: 6F, 33 and 2B. RGB value is (111,51,43). Sum of RGB (Red+Green+Blue) = 111+51+43=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F332B is #90CCD4. Grayscale: #444444. Windows color (decimal): -9489621 or 2831215. OLE color: 2831215.

HSL color Cylindrical-coordinate representation of color #6F332B: hue angle of 7.06º 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 #6F332B is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1115143-
CMYK00.540.610.56
HSL7.06º44.16%30.2%-
HSV(B)7.06º61.26%43.53%-
XYZ8.185.923-
YUV68.03113.88158.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.15%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 43 (17.19% from 255) = 20.98%
R=54.15%
G=24.88%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111514300.540.610.567.0644.1630.2
Hex6F332B0363D3872c1e
Octal1576353066757075436
Binary1101111110011101011011011011110111100011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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