#696848

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

Shades of Hemlock #696848

Tints of Hemlock #696848

Color information

#696848 (or 0x696848) is unknown color: approx Hemlock. HEX triplet: 69, 68 and 48. RGB value is (105,104,72). Sum of RGB (Red+Green+Blue) = 105+104+72=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 105 - color contains mainly: red. Hex color #696848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696848 is #9697B7. Grayscale: #646464. Windows color (decimal): -9869240 or 4745321. OLE color: 4745321.

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

Color convert

RGB10510472-
CMYK00.010.310.59
HSL58.18º18.64%34.71%-
HSV(B)58.18º31.43%41.18%-
XYZ11.9513.378.08-
YUV100.65111.83131.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.37%
GREEN value IS 104 (41.02% from 255) = 37.01%
BLUE value IS 72 (28.52% from 255) = 25.62%
R=37.37%
G=37.01%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1051047200.010.310.5958.1818.6434.71
Hex696848011F3B3a1323
Octal151150110013773722343
Binary110100111010001001000011111111101111101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696848; }

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

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

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

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

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

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

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

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