#66604D

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

Shades of Soya Bean #66604D

Tints of Soya Bean #66604D

Color information

#66604D (or 0x66604D) is unknown color: approx Soya Bean. HEX triplet: 66, 60 and 4D. RGB value is (102,96,77). Sum of RGB (Red+Green+Blue) = 102+96+77=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 102 - color contains mainly: red. Hex color #66604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66604D is #999FB2. Grayscale: #5F5F5F. Windows color (decimal): -10067891 or 5070950. OLE color: 5070950.

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

Color convert

RGB1029677-
CMYK00.060.250.6
HSL45.6º13.97%35.1%-
HSV(B)45.6º24.51%40%-
XYZ1111.738.7-
YUV95.63117.49132.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.09%
GREEN value IS 96 (37.89% from 255) = 34.91%
BLUE value IS 77 (30.47% from 255) = 28%
R=37.09%
G=34.91%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102967700.060.250.645.613.9735.1
Hex66604D06193C2ee23
Octal146140115063174561643
Binary1100110110000010011010110110011111001011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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