#6F342A

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

Shades of Mocha #6F342A

Tints of Mocha #6F342A

Color information

#6F342A (or 0x6F342A) is unknown color: approx Mocha. HEX triplet: 6F, 34 and 2A. RGB value is (111,52,42). Sum of RGB (Red+Green+Blue) = 111+52+42=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F342A is #90CBD5. Grayscale: #444444. Windows color (decimal): -9489366 or 2765935. OLE color: 2765935.

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

Color convert

RGB1115242-
CMYK00.530.620.56
HSL8.7º45.1%30%-
HSV(B)8.7º62.16%43.53%-
XYZ8.262.92-
YUV68.5113.05158.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.15%
GREEN value IS 52 (20.70% from 255) = 25.37%
BLUE value IS 42 (16.80% from 255) = 20.49%
R=54.15%
G=25.37%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111524200.530.620.568.745.130
Hex6F342A0353E3892d1e
Octal15764520657670115536
Binary11011111101001010100110101111110111000100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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