#696742

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

Shades of Hemlock #696742

Tints of Hemlock #696742

Color information

#696742 (or 0x696742) is unknown color: approx Hemlock. HEX triplet: 69, 67 and 42. RGB value is (105,103,66). Sum of RGB (Red+Green+Blue) = 105+103+66=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 105 - color contains mainly: red. Hex color #696742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696742 is #9698BD. Grayscale: #636363. Windows color (decimal): -9869502 or 4351849. OLE color: 4351849.

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

Color convert

RGB10510366-
CMYK00.020.370.59
HSL56.92º22.81%33.53%-
HSV(B)56.92º37.14%41.18%-
XYZ11.6613.17.07-
YUV99.38109.16132.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.32%
GREEN value IS 103 (40.62% from 255) = 37.59%
BLUE value IS 66 (26.17% from 255) = 24.09%
R=38.32%
G=37.59%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051036600.020.370.5956.9222.8133.53
Hex69674202253B391722
Octal151147102024573712742
Binary11010011100111100001001010010111101111100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696742; }

 p { color: rgb(105,103,66); }

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

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

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

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

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

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

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