#69684E

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

Shades of Hemlock #69684E

Tints of Hemlock #69684E

Color information

#69684E (or 0x69684E) is unknown color: approx Hemlock. HEX triplet: 69, 68 and 4E. RGB value is (105,104,78). Sum of RGB (Red+Green+Blue) = 105+104+78=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 105 - color contains mainly: red. Hex color #69684E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69684E is #9697B1. Grayscale: #656565. Windows color (decimal): -9869234 or 5138537. OLE color: 5138537.

HSL color Cylindrical-coordinate representation of color #69684E: hue angle of 57.78º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69684E is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB10510478-
CMYK00.010.260.59
HSL57.78º14.75%35.88%-
HSV(B)57.78º25.71%41.18%-
XYZ12.1513.459.16-
YUV101.34114.83130.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.59%
GREEN value IS 104 (41.02% from 255) = 36.24%
BLUE value IS 78 (30.86% from 255) = 27.18%
R=36.59%
G=36.24%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051047800.010.260.5957.7814.7535.88
Hex69684E011A3B3af24
Octal151150116013273721744
Binary11010011101000100111001110101110111110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69684E; }

 p { color: rgb(105,104,78); }

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

<style>
 a { background-color: #69684E; }

 a { background-color: rgb(105,104,78); }

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

<style>
 span { border-color: #69684E; }

 span { border-color: rgb(105,104,78); }

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