#665F4B

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

Shades of Soya Bean #665F4B

Tints of Soya Bean #665F4B

Color information

#665F4B (or 0x665F4B) is unknown color: approx Soya Bean. HEX triplet: 66, 5F and 4B. RGB value is (102,95,75). Sum of RGB (Red+Green+Blue) = 102+95+75=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 102 - color contains mainly: red. Hex color #665F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665F4B is #99A0B4. Grayscale: #5E5E5E. Windows color (decimal): -10068149 or 4939622. OLE color: 4939622.

HSL color Cylindrical-coordinate representation of color #665F4B: hue angle of 44.44º 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 #665F4B is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB1029575-
CMYK00.070.260.6
HSL44.44º15.25%34.71%-
HSV(B)44.44º26.47%40%-
XYZ10.8411.528.31-
YUV94.81116.82133.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.5%
GREEN value IS 95 (37.5% from 255) = 34.93%
BLUE value IS 75 (29.69% from 255) = 27.57%
R=37.5%
G=34.93%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102957500.070.260.644.4415.2534.71
Hex665F4B071A3C2cf23
Octal146137113073274541743
Binary1100110101111110010110111110101111001011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665F4B; }

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

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

<style>
 a { background-color: #665F4B; }

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

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

<style>
 span { border-color: #665F4B; }

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

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