#696753

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

Shades of Hemlock #696753

Tints of Hemlock #696753

Color information

#696753 (or 0x696753) is unknown color: approx Hemlock. HEX triplet: 69, 67 and 53. RGB value is (105,103,83). Sum of RGB (Red+Green+Blue) = 105+103+83=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 105 - color contains mainly: red. Hex color #696753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696753 is #9698AC. Grayscale: #656565. Windows color (decimal): -9869485 or 5465961. OLE color: 5465961.

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

Color convert

RGB10510383-
CMYK00.020.210.59
HSL54.55º11.7%36.86%-
HSV(B)54.55º20.95%41.18%-
XYZ12.2413.3310.11-
YUV101.32117.66130.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.08%
GREEN value IS 103 (40.62% from 255) = 35.40%
BLUE value IS 83 (32.81% from 255) = 28.52%
R=36.08%
G=35.40%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051038300.020.210.5954.5511.736.86
Hex69675302153B37c25
Octal151147123022573671445
Binary110100111001111010011010101011110111101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696753; }

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

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

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

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

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

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

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

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