#69664F

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

Shades of Hemlock #69664F

Tints of Hemlock #69664F

Color information

#69664F (or 0x69664F) is unknown color: approx Hemlock. HEX triplet: 69, 66 and 4F. RGB value is (105,102,79). Sum of RGB (Red+Green+Blue) = 105+102+79=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 105 - color contains mainly: red. Hex color #69664F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69664F is #9699B0. Grayscale: #646464. Windows color (decimal): -9869745 or 5203561. OLE color: 5203561.

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

Color convert

RGB10510279-
CMYK00.030.250.59
HSL53.08º14.13%36.08%-
HSV(B)53.08º24.76%41.18%-
XYZ11.9913.079.29-
YUV100.28115.99131.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 102 (40.23% from 255) = 35.66%
BLUE value IS 79 (31.25% from 255) = 27.62%
R=36.71%
G=35.66%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051027900.030.250.5953.0814.1336.08
Hex69664F03193B35e24
Octal151146117033173651644
Binary110100111001101001111011110011110111101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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