#696843

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

Shades of Hemlock #696843

Tints of Hemlock #696843

Color information

#696843 (or 0x696843) is unknown color: approx Hemlock. HEX triplet: 69, 68 and 43. RGB value is (105,104,67). Sum of RGB (Red+Green+Blue) = 105+104+67=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 105 - color contains mainly: red. Hex color #696843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696843 is #9697BC. Grayscale: #646464. Windows color (decimal): -9869245 or 4417641. OLE color: 4417641.

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

Color convert

RGB10510467-
CMYK00.010.360.59
HSL58.42º22.09%33.73%-
HSV(B)58.42º36.19%41.18%-
XYZ11.7913.317.26-
YUV100.08109.33131.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.04%
GREEN value IS 104 (41.02% from 255) = 37.68%
BLUE value IS 67 (26.56% from 255) = 24.28%
R=38.04%
G=37.68%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051046700.010.360.5958.4222.0933.73
Hex69684301243B3a1622
Octal151150103014473722642
Binary1101001110100010000110110010011101111101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696843; }

 p { color: rgb(105,104,67); }

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

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

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

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

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

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

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