#66604F

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

Shades of Soya Bean #66604F

Tints of Soya Bean #66604F

Color information

#66604F (or 0x66604F) is unknown color: approx Soya Bean. HEX triplet: 66, 60 and 4F. RGB value is (102,96,79). Sum of RGB (Red+Green+Blue) = 102+96+79=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 102 - color contains mainly: red. Hex color #66604F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66604F is #999FB0. Grayscale: #5F5F5F. Windows color (decimal): -10067889 or 5202022. OLE color: 5202022.

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

Color convert

RGB1029679-
CMYK00.060.230.6
HSL44.35º12.71%35.49%-
HSV(B)44.35º22.55%40%-
XYZ11.0711.769.08-
YUV95.86118.49132.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.82%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 79 (31.25% from 255) = 28.52%
R=36.82%
G=34.66%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102967900.060.230.644.3512.7135.49
Hex66604F06173C2cd23
Octal146140117062774541543
Binary1100110110000010011110110101111111001011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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