#6B684D

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

Shades of Hemlock #6B684D

Tints of Hemlock #6B684D

Color information

#6B684D (or 0x6B684D) is unknown color: approx Hemlock. HEX triplet: 6B, 68 and 4D. RGB value is (107,104,77). Sum of RGB (Red+Green+Blue) = 107+104+77=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 107 - color contains mainly: red. Hex color #6B684D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B684D is #9497B2. Grayscale: #656565. Windows color (decimal): -9738163 or 5073003. OLE color: 5073003.

HSL color Cylindrical-coordinate representation of color #6B684D: hue angle of 54º 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 #6B684D is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB10710477-
CMYK00.030.280.58
HSL54º16.3%36.08%-
HSV(B)54º28.04%41.96%-
XYZ12.3513.568.99-
YUV101.82113.99131.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.15%
GREEN value IS 104 (41.02% from 255) = 36.11%
BLUE value IS 77 (30.47% from 255) = 26.74%
R=37.15%
G=36.11%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071047700.030.280.585416.336.08
Hex6B684D031C3A361024
Octal153150115033472662044
Binary1101011110100010011010111110011101011011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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