#6E6F4B

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

Shades of Hemlock #6E6F4B

Tints of Hemlock #6E6F4B

Color information

#6E6F4B (or 0x6E6F4B) is unknown color: approx Hemlock. HEX triplet: 6E, 6F and 4B. RGB value is (110,111,75). Sum of RGB (Red+Green+Blue) = 110+111+75=296 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.16% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 111 - color contains mainly: green. Hex color #6E6F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6F4B is #9190B4. Grayscale: #6A6A6A. Windows color (decimal): -9539765 or 4943726. OLE color: 4943726.

HSL color Cylindrical-coordinate representation of color #6E6F4B: hue angle of 61.67º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E6F4B is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB11011175-
CMYK0.0100.320.56
HSL61.67º19.35%36.47%-
HSV(B)61.67º32.43%43.53%-
XYZ13.3815.198.88-
YUV106.6110.17130.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.16%
GREEN value IS 111 (43.75% from 255) = 37.5%
BLUE value IS 75 (29.69% from 255) = 25.34%
R=37.16%
G=37.5%
B=25.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110111750.0100.320.5661.6719.3536.47
Hex6E6F4B1020383e1324
Octal156157113104070762344
Binary1101110110111110010111010000011100011111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,111,75); }

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

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

 a { background-color: rgb(110,111,75); }

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

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

 span { border-color: rgb(110,111,75); }

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