#6F4241

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

Shades of Bole #6F4241

Tints of Bole #6F4241

Color information

#6F4241 (or 0x6F4241) is unknown color: approx Bole. HEX triplet: 6F, 42 and 41. RGB value is (111,66,65). Sum of RGB (Red+Green+Blue) = 111+66+65=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4241 is #90BDBE. Grayscale: #4F4F4F. Windows color (decimal): -9485759 or 4276847. OLE color: 4276847.

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

Color convert

RGB1116665-
CMYK00.410.410.56
HSL1.3º26.14%34.51%-
HSV(B)1.3º41.44%43.53%-
XYZ9.467.665.98-
YUV79.34119.91150.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.87%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 65 (25.78% from 255) = 26.86%
R=45.87%
G=27.27%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111666500.410.410.561.326.1434.51
Hex6F4241029293811a23
Octal157102101051517013243
Binary1101111100001010000010101001101001111000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,66,65); }

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

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

 a { background-color: rgb(111,66,65); }

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

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

 span { border-color: rgb(111,66,65); }

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