#6B6A4D

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

Shades of Hemlock #6B6A4D

Tints of Hemlock #6B6A4D

Color information

#6B6A4D (or 0x6B6A4D) is unknown color: approx Hemlock. HEX triplet: 6B, 6A and 4D. RGB value is (107,106,77). Sum of RGB (Red+Green+Blue) = 107+106+77=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6A4D is #9495B2. Grayscale: #676767. Windows color (decimal): -9737651 or 5073515. OLE color: 5073515.

HSL color Cylindrical-coordinate representation of color #6B6A4D: hue angle of 58º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B6A4D is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB10710677-
CMYK00.010.280.58
HSL58º16.3%36.08%-
HSV(B)58º28.04%41.96%-
XYZ12.5613.979.06-
YUV102.99113.33130.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.90%
GREEN value IS 106 (41.80% from 255) = 36.55%
BLUE value IS 77 (30.47% from 255) = 26.55%
R=36.90%
G=36.55%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071067700.010.280.585816.336.08
Hex6B6A4D011C3A3a1024
Octal153152115013472722044
Binary110101111010101001101011110011101011101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,106,77); }

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

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

 a { background-color: rgb(107,106,77); }

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

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

 span { border-color: rgb(107,106,77); }

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