#6E4442

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

Shades of Bole #6E4442

Tints of Bole #6E4442

Color information

#6E4442 (or 0x6E4442) is unknown color: approx Bole. HEX triplet: 6E, 44 and 42. RGB value is (110,68,66). Sum of RGB (Red+Green+Blue) = 110+68+66=244 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.08% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4442 is #91BBBD. Grayscale: #505050. Windows color (decimal): -9550782 or 4342894. OLE color: 4342894.

HSL color Cylindrical-coordinate representation of color #6E4442: hue angle of 2.73º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E4442 is Cyan = 0, Magento = 0.38, Yellow = 0.4 and Black (K on CMYK) = 0.57.

Color convert

RGB1106866-
CMYK00.380.40.57
HSL2.73º25%34.51%-
HSV(B)2.73º40%43.14%-
XYZ9.487.846.17-
YUV80.33119.91149.16-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.08%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 66 (26.17% from 255) = 27.05%
R=45.08%
G=27.87%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.4
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110686600.380.40.572.732534.51
Hex6E4442026283931923
Octal156104102046507133143
Binary11011101000100100001001001101010001110011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,68,66); }

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

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

 a { background-color: rgb(110,68,66); }

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

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

 span { border-color: rgb(110,68,66); }

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