#66604B

Color #66604B Soya Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soya Bean #66604B

Tints of Soya Bean #66604B

Color information

#66604B (or 0x66604B) is unknown color: approx Soya Bean. HEX triplet: 66, 60 and 4B. RGB value is (102,96,75). Sum of RGB (Red+Green+Blue) = 102+96+75=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 102 - color contains mainly: red. Hex color #66604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66604B is #999FB4. Grayscale: #5F5F5F. Windows color (decimal): -10067893 or 4939878. OLE color: 4939878.

HSL color Cylindrical-coordinate representation of color #66604B: hue angle of 46.67º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66604B is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB1029675-
CMYK00.060.260.6
HSL46.67º15.25%34.71%-
HSV(B)46.67º26.47%40%-
XYZ10.9311.78.34-
YUV95.4116.49132.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.36%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=37.36%
G=35.16%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102967500.060.260.646.6715.2534.71
Hex66604B061A3C2ff23
Octal146140113063274571743
Binary1100110110000010010110110110101111001011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66604B; }

 p { color: rgb(102,96,75); }

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

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

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

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

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

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

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