#6B6A42

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

Shades of Hemlock #6B6A42

Tints of Hemlock #6B6A42

Color information

#6B6A42 (or 0x6B6A42) is unknown color: approx Hemlock. HEX triplet: 6B, 6A and 42. RGB value is (107,106,66). Sum of RGB (Red+Green+Blue) = 107+106+66=279 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.35% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6A42 is #9495BD. Grayscale: #656565. Windows color (decimal): -9737662 or 4352619. OLE color: 4352619.

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

Color convert

RGB10710666-
CMYK00.010.380.58
HSL58.54º23.7%33.92%-
HSV(B)58.54º38.32%41.96%-
XYZ12.213.837.18-
YUV101.74107.83131.75-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.35%
GREEN value IS 106 (41.80% from 255) = 37.99%
BLUE value IS 66 (26.17% from 255) = 23.66%
R=38.35%
G=37.99%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071066600.010.380.5858.5423.733.92
Hex6B6A4201263A3b1822
Octal153152102014672733042
Binary1101011110101010000100110011011101011101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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