#66665A

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

Shades of Siam #66665A

Tints of Siam #66665A

Color information

#66665A (or 0x66665A) is unknown color: approx Siam. HEX triplet: 66, 66 and 5A. RGB value is (102,102,90). Sum of RGB (Red+Green+Blue) = 102+102+90=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 102 - color contains mainly: red, green. Hex color #66665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66665A is #9999A5. Grayscale: #646464. Windows color (decimal): -10066342 or 5924454. OLE color: 5924454.

HSL color Cylindrical-coordinate representation of color #66665A: hue angle of 60º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #66665A is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB10210290-
CMYK000.120.6
HSL60º6.25%37.65%-
HSV(B)60º11.76%40%-
XYZ12.0813.0711.56-
YUV100.63122128.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.69%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=34.69%
G=34.69%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10210290000.120.6606.2537.65
Hex66665A00C3C3c626
Octal14614613200147474646
Binary110011011001101011010001100111100111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66665A; }

 p { color: rgb(102,102,90); }

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

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

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

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

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

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

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