#6B684C

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

Shades of Hemlock #6B684C

Tints of Hemlock #6B684C

Color information

#6B684C (or 0x6B684C) is unknown color: approx Hemlock. HEX triplet: 6B, 68 and 4C. RGB value is (107,104,76). Sum of RGB (Red+Green+Blue) = 107+104+76=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 107 - color contains mainly: red. Hex color #6B684C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B684C is #9497B3. Grayscale: #656565. Windows color (decimal): -9738164 or 5007467. OLE color: 5007467.

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

Color convert

RGB10710476-
CMYK00.030.290.58
HSL54.19º16.94%35.88%-
HSV(B)54.19º28.97%41.96%-
XYZ12.3213.558.8-
YUV101.7113.49131.78-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.28%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=37.28%
G=36.24%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071047600.030.290.5854.1916.9435.88
Hex6B684C031D3A361124
Octal153150114033572662144
Binary1101011110100010011000111110111101011011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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