#696446

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

Shades of Hemlock #696446

Tints of Hemlock #696446

Color information

#696446 (or 0x696446) is unknown color: approx Hemlock. HEX triplet: 69, 64 and 46. RGB value is (105,100,70). Sum of RGB (Red+Green+Blue) = 105+100+70=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 105 - color contains mainly: red. Hex color #696446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696446 is #969BB9. Grayscale: #626262. Windows color (decimal): -9870266 or 4613225. OLE color: 4613225.

HSL color Cylindrical-coordinate representation of color #696446: hue angle of 51.43º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #696446 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB10510070-
CMYK00.050.330.59
HSL51.43º20%34.31%-
HSV(B)51.43º33.33%41.18%-
XYZ11.4912.567.61-
YUV98.08112.16132.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.18%
GREEN value IS 100 (39.45% from 255) = 36.36%
BLUE value IS 70 (27.73% from 255) = 25.45%
R=38.18%
G=36.36%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051007000.050.330.5951.432034.31
Hex69644605213B331422
Octal151144106054173632442
Binary110100111001001000110010110000111101111001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696446; }

 p { color: rgb(105,100,70); }

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

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

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

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

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

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

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