#6A6B4B

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

Shades of Hemlock #6A6B4B

Tints of Hemlock #6A6B4B

Color information

#6A6B4B (or 0x6A6B4B) is unknown color: approx Hemlock. HEX triplet: 6A, 6B and 4B. RGB value is (106,107,75). Sum of RGB (Red+Green+Blue) = 106+107+75=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 107 - color contains mainly: green. Hex color #6A6B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6B4B is #9594B4. Grayscale: #676767. Windows color (decimal): -9802933 or 4942698. OLE color: 4942698.

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

Color convert

RGB10610775-
CMYK0.0100.300.58
HSL61.88º17.58%35.69%-
HSV(B)61.88º29.91%41.96%-
XYZ12.4714.098.72-
YUV103.05112.17130.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.81%
GREEN value IS 107 (42.19% from 255) = 37.15%
BLUE value IS 75 (29.69% from 255) = 26.04%
R=36.81%
G=37.15%
B=26.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106107750.0100.300.5861.8817.5835.69
Hex6A6B4B101E3A3e1224
Octal152153113103672762244
Binary110101011010111001011101111011101011111010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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