#66675E

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

Shades of Siam #66675E

Tints of Siam #66675E

Color information

#66675E (or 0x66675E) is unknown color: approx Siam. HEX triplet: 66, 67 and 5E. RGB value is (102,103,94). Sum of RGB (Red+Green+Blue) = 102+103+94=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 103 - color contains mainly: green. Hex color #66675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66675E is #9998A1. Grayscale: #656565. Windows color (decimal): -10066082 or 6186854. OLE color: 6186854.

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

Color convert

RGB10210394-
CMYK0.0100.090.60
HSL66.67º4.57%38.63%-
HSV(B)66.67º8.74%40.39%-
XYZ12.3513.3312.51-
YUV101.68123.67128.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.11%
GREEN value IS 103 (40.62% from 255) = 34.45%
BLUE value IS 94 (37.11% from 255) = 31.44%
R=34.11%
G=34.45%
B=31.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal102103940.0100.090.6066.674.5738.63
Hex66675E1093C43527
Octal146147136101174103547
Binary1100110110011110111101010011111001000011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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