#69664E

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

Shades of Hemlock #69664E

Tints of Hemlock #69664E

Color information

#69664E (or 0x69664E) is unknown color: approx Hemlock. HEX triplet: 69, 66 and 4E. RGB value is (105,102,78). Sum of RGB (Red+Green+Blue) = 105+102+78=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 105 - color contains mainly: red. Hex color #69664E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69664E is #9699B1. Grayscale: #646464. Windows color (decimal): -9869746 or 5138025. OLE color: 5138025.

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

Color convert

RGB10510278-
CMYK00.030.260.59
HSL53.33º14.75%35.88%-
HSV(B)53.33º25.71%41.18%-
XYZ11.9513.069.1-
YUV100.16115.49131.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.84%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 78 (30.86% from 255) = 27.37%
R=36.84%
G=35.79%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051027800.030.260.5953.3314.7535.88
Hex69664E031A3B35f24
Octal151146116033273651744
Binary110100111001101001110011110101110111101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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