#696C4A

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

Shades of Siam #696C4A

Tints of Siam #696C4A

Color information

#696C4A (or 0x696C4A) is unknown color: approx Siam. HEX triplet: 69, 6C and 4A. RGB value is (105,108,74). Sum of RGB (Red+Green+Blue) = 105+108+74=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 108 - color contains mainly: green. Hex color #696C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696C4A is #9693B5. Grayscale: #676767. Windows color (decimal): -9868214 or 4877417. OLE color: 4877417.

HSL color Cylindrical-coordinate representation of color #696C4A: hue angle of 65.29º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #696C4A is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB10510874-
CMYK0.0300.310.58
HSL65.29º18.68%35.69%-
HSV(B)65.29º31.48%42.35%-
XYZ12.4214.228.57-
YUV103.23111.51129.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.59%
GREEN value IS 108 (42.58% from 255) = 37.63%
BLUE value IS 74 (29.30% from 255) = 25.78%
R=36.59%
G=37.63%
B=25.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105108740.0300.310.5865.2918.6835.69
Hex696C4A301F3A411324
Octal1511541123037721012344
Binary11010011101100100101011011111111010100000110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,108,74); }

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

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

 a { background-color: rgb(105,108,74); }

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

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

 span { border-color: rgb(105,108,74); }

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