#6F4640

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

Shades of Bole #6F4640

Tints of Bole #6F4640

Color information

#6F4640 (or 0x6F4640) is unknown color: approx Bole. HEX triplet: 6F, 46 and 40. RGB value is (111,70,64). Sum of RGB (Red+Green+Blue) = 111+70+64=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4640 is #90B9BF. Grayscale: #515151. Windows color (decimal): -9484736 or 4212335. OLE color: 4212335.

HSL color Cylindrical-coordinate representation of color #6F4640: hue angle of 7.66º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F4640 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB1117064-
CMYK00.370.420.56
HSL7.66º26.86%34.31%-
HSV(B)7.66º42.34%43.53%-
XYZ9.678.135.91-
YUV81.58118.08148.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.31%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=45.31%
G=28.57%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111706400.370.420.567.6626.8634.31
Hex6F46400252A3881b22
Octal1571061000455270103342
Binary1101111100011010000000100101101010111000100011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,70,64); }

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

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

 a { background-color: rgb(111,70,64); }

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

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

 span { border-color: rgb(111,70,64); }

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