#75654A

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

Shades of Soya Bean #75654A

Tints of Soya Bean #75654A

Color information

#75654A (or 0x75654A) is unknown color: approx Soya Bean. HEX triplet: 75, 65 and 4A. RGB value is (117,101,74). Sum of RGB (Red+Green+Blue) = 117+101+74=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #75654A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75654A is #8A9AB5. Grayscale: #666666. Windows color (decimal): -9083574 or 4875637. OLE color: 4875637.

HSL color Cylindrical-coordinate representation of color #75654A: hue angle of 37.67º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75654A is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB11710174-
CMYK00.140.370.54
HSL37.67º22.51%37.45%-
HSV(B)37.67º36.75%45.88%-
XYZ13.2313.588.4-
YUV102.71111.8138.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.07%
GREEN value IS 101 (39.84% from 255) = 34.59%
BLUE value IS 74 (29.30% from 255) = 25.34%
R=40.07%
G=34.59%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171017400.140.370.5437.6722.5137.45
Hex75654A0E2536261725
Octal1651451120164566462745
Binary1110101110010110010100111010010111011010011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75654A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75654A; }

 p { color: rgb(117,101,74); }

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

<style>
 a { background-color: #75654A; }

 a { background-color: rgb(117,101,74); }

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

<style>
 span { border-color: #75654A; }

 span { border-color: rgb(117,101,74); }

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