#69684C

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

Shades of Hemlock #69684C

Tints of Hemlock #69684C

Color information

#69684C (or 0x69684C) is unknown color: approx Hemlock. HEX triplet: 69, 68 and 4C. RGB value is (105,104,76). Sum of RGB (Red+Green+Blue) = 105+104+76=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 105 - color contains mainly: red. Hex color #69684C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69684C is #9697B3. Grayscale: #656565. Windows color (decimal): -9869236 or 5007465. OLE color: 5007465.

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

Color convert

RGB10510476-
CMYK00.010.280.59
HSL57.93º16.02%35.49%-
HSV(B)57.93º27.62%41.18%-
XYZ12.0813.438.79-
YUV101.11113.83130.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.84%
GREEN value IS 104 (41.02% from 255) = 36.49%
BLUE value IS 76 (30.08% from 255) = 26.67%
R=36.84%
G=36.49%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051047600.010.280.5957.9316.0235.49
Hex69684C011C3B3a1023
Octal151150114013473722043
Binary110100111010001001100011110011101111101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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