#696B5F

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

Shades of Siam #696B5F

Tints of Siam #696B5F

Color information

#696B5F (or 0x696B5F) is unknown color: approx Siam. HEX triplet: 69, 6B and 5F. RGB value is (105,107,95). Sum of RGB (Red+Green+Blue) = 105+107+95=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 107 - color contains mainly: green. Hex color #696B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B5F is #9694A0. Grayscale: #696969. Windows color (decimal): -9868449 or 6253417. OLE color: 6253417.

HSL color Cylindrical-coordinate representation of color #696B5F: hue angle of 70º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #696B5F is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB10510795-
CMYK0.0200.110.58
HSL70º5.94%39.61%-
HSV(B)70º11.21%41.96%-
XYZ13.1514.3412.9-
YUV105.03122.34127.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.20%
GREEN value IS 107 (42.19% from 255) = 34.85%
BLUE value IS 95 (37.5% from 255) = 30.94%
R=34.20%
G=34.85%
B=30.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105107950.0200.110.58705.9439.61
Hex696B5F20B3A46628
Octal151153137201372106650
Binary11010011101011101111110010111110101000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696B5F; }

 p { color: rgb(105,107,95); }

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

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

 a { background-color: rgb(105,107,95); }

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

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

 span { border-color: rgb(105,107,95); }

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