#69664C

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

Shades of Hemlock #69664C

Tints of Hemlock #69664C

Color information

#69664C (or 0x69664C) is unknown color: approx Hemlock. HEX triplet: 69, 66 and 4C. RGB value is (105,102,76). Sum of RGB (Red+Green+Blue) = 105+102+76=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 76 (30.08% from 255 or 26.86% from 283); Max value from RGB is 105 - color contains mainly: red. Hex color #69664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69664C is #9699B3. Grayscale: #646464. Windows color (decimal): -9869748 or 5006953. OLE color: 5006953.

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

Color convert

RGB10510276-
CMYK00.030.280.59
HSL53.79º16.02%35.49%-
HSV(B)53.79º27.62%41.18%-
XYZ11.8813.038.73-
YUV99.93114.49131.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.10%
GREEN value IS 102 (40.23% from 255) = 36.04%
BLUE value IS 76 (30.08% from 255) = 26.86%
R=37.10%
G=36.04%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051027600.030.280.5953.7916.0235.49
Hex69664C031C3B361023
Octal151146114033473662043
Binary1101001110011010011000111110011101111011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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