#69664D

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

Shades of Hemlock #69664D

Tints of Hemlock #69664D

Color information

#69664D (or 0x69664D) is unknown color: approx Hemlock. HEX triplet: 69, 66 and 4D. RGB value is (105,102,77). Sum of RGB (Red+Green+Blue) = 105+102+77=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 105 - color contains mainly: red. Hex color #69664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69664D is #9699B2. Grayscale: #646464. Windows color (decimal): -9869747 or 5072489. OLE color: 5072489.

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

Color convert

RGB10510277-
CMYK00.030.270.59
HSL53.57º15.38%35.69%-
HSV(B)53.57º26.67%41.18%-
XYZ11.9213.048.91-
YUV100.05114.99131.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 102 (40.23% from 255) = 35.92%
BLUE value IS 77 (30.47% from 255) = 27.11%
R=36.97%
G=35.92%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051027700.030.270.5953.5715.3835.69
Hex69664D031B3B36f24
Octal151146115033373661744
Binary110100111001101001101011110111110111101101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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