#6F6D55

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

Shades of Hemlock #6F6D55

Tints of Hemlock #6F6D55

Color information

#6F6D55 (or 0x6F6D55) is unknown color: approx Hemlock. HEX triplet: 6F, 6D and 55. RGB value is (111,109,85). Sum of RGB (Red+Green+Blue) = 111+109+85=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6D55 is #9092AA. Grayscale: #6A6A6A. Windows color (decimal): -9474731 or 5598575. OLE color: 5598575.

HSL color Cylindrical-coordinate representation of color #6F6D55: hue angle of 55.38º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F6D55 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB11110985-
CMYK00.020.230.56
HSL55.38º13.27%38.43%-
HSV(B)55.38º23.42%43.53%-
XYZ13.6614.9710.76-
YUV106.86115.66130.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.39%
GREEN value IS 109 (42.97% from 255) = 35.74%
BLUE value IS 85 (33.59% from 255) = 27.87%
R=36.39%
G=35.74%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111098500.020.230.5655.3813.2738.43
Hex6F6D5502173837d26
Octal157155125022770671546
Binary110111111011011010101010101111110001101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,109,85); }

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

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

 a { background-color: rgb(111,109,85); }

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

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

 span { border-color: rgb(111,109,85); }

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