#69695C

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

Shades of Siam #69695C

Tints of Siam #69695C

Color information

#69695C (or 0x69695C) is unknown color: approx Siam. HEX triplet: 69, 69 and 5C. RGB value is (105,105,92). Sum of RGB (Red+Green+Blue) = 105+105+92=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 105 - color contains mainly: red, green. Hex color #69695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69695C is #9696A3. Grayscale: #676767. Windows color (decimal): -9868964 or 6056297. OLE color: 6056297.

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

Color convert

RGB10510592-
CMYK000.120.59
HSL60º6.6%38.63%-
HSV(B)60º12.38%41.18%-
XYZ12.8113.8812.13-
YUV103.52121.5129.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.77%
GREEN value IS 105 (41.41% from 255) = 34.77%
BLUE value IS 92 (36.33% from 255) = 30.46%
R=34.77%
G=34.77%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510592000.120.59606.638.63
Hex69695C00C3B3c727
Octal15115113400147374747
Binary110100111010011011100001100111011111100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69695C; }

 p { color: rgb(105,105,92); }

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

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

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

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

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

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

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