#6B684A

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

Shades of Hemlock #6B684A

Tints of Hemlock #6B684A

Color information

#6B684A (or 0x6B684A) is unknown color: approx Hemlock. HEX triplet: 6B, 68 and 4A. RGB value is (107,104,74). Sum of RGB (Red+Green+Blue) = 107+104+74=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 107 - color contains mainly: red. Hex color #6B684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B684A is #9497B5. Grayscale: #656565. Windows color (decimal): -9738166 or 4876395. OLE color: 4876395.

HSL color Cylindrical-coordinate representation of color #6B684A: hue angle of 54.55º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B684A is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB10710474-
CMYK00.030.310.58
HSL54.55º18.23%35.49%-
HSV(B)54.55º30.84%41.96%-
XYZ12.2513.528.44-
YUV101.48112.49131.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.54%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 74 (29.30% from 255) = 25.96%
R=37.54%
G=36.49%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071047400.030.310.5854.5518.2335.49
Hex6B684A031F3A371223
Octal153150112033772672243
Binary1101011110100010010100111111111101011011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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