#6F6D4A

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

Shades of Hemlock #6F6D4A

Tints of Hemlock #6F6D4A

Color information

#6F6D4A (or 0x6F6D4A) is unknown color: approx Hemlock. HEX triplet: 6F, 6D and 4A. RGB value is (111,109,74). Sum of RGB (Red+Green+Blue) = 111+109+74=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6D4A is #9092B5. Grayscale: #696969. Windows color (decimal): -9474742 or 4877679. OLE color: 4877679.

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

Color convert

RGB11110974-
CMYK00.020.330.56
HSL56.76º20%36.27%-
HSV(B)56.76º33.33%43.53%-
XYZ13.2614.818.64-
YUV105.61110.16131.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.76%
GREEN value IS 109 (42.97% from 255) = 37.07%
BLUE value IS 74 (29.30% from 255) = 25.17%
R=37.76%
G=37.07%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111097400.020.330.5656.762036.27
Hex6F6D4A022138391424
Octal157155112024170712444
Binary11011111101101100101001010000111100011100110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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