#6F4941

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

Shades of Bole #6F4941

Tints of Bole #6F4941

Color information

#6F4941 (or 0x6F4941) is unknown color: approx Bole. HEX triplet: 6F, 49 and 41. RGB value is (111,73,65). Sum of RGB (Red+Green+Blue) = 111+73+65=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4941 is #90B6BE. Grayscale: #535353. Windows color (decimal): -9483967 or 4278639. OLE color: 4278639.

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

Color convert

RGB1117365-
CMYK00.340.410.56
HSL10.43º26.14%34.51%-
HSV(B)10.43º41.44%43.53%-
XYZ9.898.536.13-
YUV83.45117.59147.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.58%
GREEN value IS 73 (28.91% from 255) = 29.32%
BLUE value IS 65 (25.78% from 255) = 26.10%
R=44.58%
G=29.32%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111736500.340.410.5610.4326.1434.51
Hex6F49410222938a1a23
Octal1571111010425170123243
Binary1101111100100110000010100010101001111000101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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