#6E4342

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

Shades of Bole #6E4342

Tints of Bole #6E4342

Color information

#6E4342 (or 0x6E4342) is unknown color: approx Bole. HEX triplet: 6E, 43 and 42. RGB value is (110,67,66). Sum of RGB (Red+Green+Blue) = 110+67+66=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4342 is #91BCBD. Grayscale: #4F4F4F. Windows color (decimal): -9551038 or 4342638. OLE color: 4342638.

HSL color Cylindrical-coordinate representation of color #6E4342: hue angle of 1.36º 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 #6E4342 is Cyan = 0, Magento = 0.39, Yellow = 0.4 and Black (K on CMYK) = 0.57.

Color convert

RGB1106766-
CMYK00.390.40.57
HSL1.36º25%34.51%-
HSV(B)1.36º40%43.14%-
XYZ9.427.726.15-
YUV79.74120.25149.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.27%
GREEN value IS 67 (26.56% from 255) = 27.57%
BLUE value IS 66 (26.17% from 255) = 27.16%
R=45.27%
G=27.57%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.4
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110676600.390.40.571.362534.51
Hex6E4342027283911923
Octal156103102047507113143
Binary1101110100001110000100100111101000111001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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