#696752

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

Shades of Hemlock #696752

Tints of Hemlock #696752

Color information

#696752 (or 0x696752) is unknown color: approx Hemlock. HEX triplet: 69, 67 and 52. RGB value is (105,103,82). Sum of RGB (Red+Green+Blue) = 105+103+82=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 105 - color contains mainly: red. Hex color #696752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696752 is #9698AD. Grayscale: #656565. Windows color (decimal): -9869486 or 5400425. OLE color: 5400425.

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

Color convert

RGB10510382-
CMYK00.020.220.59
HSL54.78º12.3%36.67%-
HSV(B)54.78º21.9%41.18%-
XYZ12.213.319.91-
YUV101.2117.16130.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 103 (40.62% from 255) = 35.52%
BLUE value IS 82 (32.42% from 255) = 28.28%
R=36.21%
G=35.52%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051038200.020.220.5954.7812.336.67
Hex69675202163B37c25
Octal151147122022673671445
Binary110100111001111010010010101101110111101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696752; }

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

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

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

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

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

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

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

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