#6f3c2d

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

Shades of Mocha #6F3C2D

Tints of Mocha #6F3C2D

Color information

#6F3C2D (or 0x6F3C2D) is unknown color: approx Mocha. HEX triplet: 6F, 3C and 2D. RGB value is (111,60,45). Sum of RGB (Red+Green+Blue) = 111+60+45=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3C2D is #90C3D2. Grayscale: #494949. Windows color (decimal): -9487315 or 2964591. OLE color: 2964591.

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

Color convert

RGB1116045-
CMYK00.460.590.56
HSL13.64º42.31%30.59%-
HSV(B)13.64º59.46%43.53%-
XYZ8.656.83.34-
YUV73.54111.9154.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.39%
GREEN value IS 60 (23.83% from 255) = 27.78%
BLUE value IS 45 (17.97% from 255) = 20.83%
R=51.39%
G=27.78%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111604500.460.590.5613.6442.3130.59
Hex6F3C2D02E3B38e2a1f
Octal15774550567370165237
Binary11011111111001011010101110111011111000111010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f3c2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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