#696950

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

Shades of Hemlock #696950

Tints of Hemlock #696950

Color information

#696950 (or 0x696950) is unknown color: approx Hemlock. HEX triplet: 69, 69 and 50. RGB value is (105,105,80). Sum of RGB (Red+Green+Blue) = 105+105+80=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696950 is #9696AF. Grayscale: #666666. Windows color (decimal): -9868976 or 5269865. OLE color: 5269865.

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

Color convert

RGB10510580-
CMYK000.240.59
HSL60º13.51%36.27%-
HSV(B)60º23.81%41.18%-
XYZ12.3313.699.58-
YUV102.15115.5130.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 105 (41.41% from 255) = 36.21%
BLUE value IS 80 (31.64% from 255) = 27.59%
R=36.21%
G=36.21%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510580000.240.596013.5136.27
Hex69695000183B3ce24
Octal151151120003073741644
Binary11010011101001101000000110001110111111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696950; }

 p { color: rgb(105,105,80); }

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

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

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

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

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

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

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