#6F4443

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

Shades of Bole #6F4443

Tints of Bole #6F4443

Color information

#6F4443 (or 0x6F4443) is unknown color: approx Bole. HEX triplet: 6F, 44 and 43. RGB value is (111,68,67). Sum of RGB (Red+Green+Blue) = 111+68+67=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4443 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4443 is #90BBBC. Grayscale: #505050. Windows color (decimal): -9485245 or 4408431. OLE color: 4408431.

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

Color convert

RGB1116867-
CMYK00.390.400.56
HSL1.36º24.72%34.9%-
HSV(B)1.36º39.64%43.53%-
XYZ9.647.926.33-
YUV80.74120.25149.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.12%
GREEN value IS 68 (26.95% from 255) = 27.64%
BLUE value IS 67 (26.56% from 255) = 27.24%
R=45.12%
G=27.64%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111686700.390.400.561.3624.7234.9
Hex6F4443027283811923
Octal157104103047507013143
Binary1101111100010010000110100111101000111000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,68,67); }

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

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

 a { background-color: rgb(111,68,67); }

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

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

 span { border-color: rgb(111,68,67); }

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