#66675A

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

Shades of Siam #66675A

Tints of Siam #66675A

Color information

#66675A (or 0x66675A) is unknown color: approx Siam. HEX triplet: 66, 67 and 5A. RGB value is (102,103,90). Sum of RGB (Red+Green+Blue) = 102+103+90=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 103 - color contains mainly: green. Hex color #66675A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66675A is #9998A5. Grayscale: #656565. Windows color (decimal): -10066086 or 5924710. OLE color: 5924710.

HSL color Cylindrical-coordinate representation of color #66675A: hue angle of 64.62º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #66675A is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB10210390-
CMYK0.0100.130.60
HSL64.62º6.74%37.84%-
HSV(B)64.62º12.62%40.39%-
XYZ12.1813.2611.59-
YUV101.22121.67128.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.58%
GREEN value IS 103 (40.62% from 255) = 34.92%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=34.58%
G=34.92%
B=30.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal102103900.0100.130.6064.626.7437.84
Hex66675A10D3C41726
Octal146147132101574101746
Binary1100110110011110110101011011111001000001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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