#696346

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

Shades of Hemlock #696346

Tints of Hemlock #696346

Color information

#696346 (or 0x696346) is unknown color: approx Hemlock. HEX triplet: 69, 63 and 46. RGB value is (105,99,70). Sum of RGB (Red+Green+Blue) = 105+99+70=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 105 - color contains mainly: red. Hex color #696346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696346 is #969CB9. Grayscale: #616161. Windows color (decimal): -9870522 or 4612969. OLE color: 4612969.

HSL color Cylindrical-coordinate representation of color #696346: hue angle of 49.71º 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 #696346 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB1059970-
CMYK00.060.330.59
HSL49.71º20%34.31%-
HSV(B)49.71º33.33%41.18%-
XYZ11.3912.377.58-
YUV97.49112.49133.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.32%
GREEN value IS 99 (39.06% from 255) = 36.13%
BLUE value IS 70 (27.73% from 255) = 25.55%
R=38.32%
G=36.13%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105997000.060.330.5949.712034.31
Hex69634606213B321422
Octal151143106064173622442
Binary110100111000111000110011010000111101111001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696346; }

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

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

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

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

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

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

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

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