#666958

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

Shades of Siam #666958

Tints of Siam #666958

Color information

#666958 (or 0x666958) is unknown color: approx Siam. HEX triplet: 66, 69 and 58. RGB value is (102,105,88). Sum of RGB (Red+Green+Blue) = 102+105+88=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 105 - color contains mainly: green. Hex color #666958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666958 is #9996A7. Grayscale: #666666. Windows color (decimal): -10065576 or 5794150. OLE color: 5794150.

HSL color Cylindrical-coordinate representation of color #666958: hue angle of 70.59º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #666958 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB10210588-
CMYK0.0300.160.59
HSL70.59º8.81%37.84%-
HSV(B)70.59º16.19%41.18%-
XYZ12.2913.6311.22-
YUV102.16120.01127.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.58%
GREEN value IS 105 (41.41% from 255) = 35.59%
BLUE value IS 88 (34.77% from 255) = 29.83%
R=34.58%
G=35.59%
B=29.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102105880.0300.160.5970.598.8137.84
Hex66695830103B47926
Octal1461511303020731071146
Binary1100110110100110110001101000011101110001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666958; }

 p { color: rgb(102,105,88); }

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

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

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

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

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

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

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