Html Css Color HEX #756146 Soya Bean

📋 copy color: '#756146'

red 117 ◦ green 97 ◦ blue 70

#756146
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Soya Bean #756146

Tints of Soya Bean #756146

RGB

 RED value IS 117 (46.09% from 255) = 41.2%

 GREEN value IS 97 (38.28% from 255) = 34.15%

 BLUE value IS 70 (27.73% from 255) = 24.65%

R = 41.2%
G = 34.15%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#756146 (or 0x756146) is known color: Soya Bean. HEX triplet: 75, 61 and 46. RGB value is (117,97,70). Sum of RGB (Red+Green+Blue) = 117+97+70=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #756146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756146 is #8A9EB9. Grayscale: #646464. Windows color (decimal): -9084602 or 4612469. OLE color: 4612469.

HSL color Cylindrical-coordinate representation of color #756146: hue angle of 34.47º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #756146 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 70 -
CMYK 0 0.17 0.40 0.54
HSL 34.47º 0.25% 0.37% -
HSV(B) 34.47º 0.4% 0.46% -
XYZ 12.72 12.77 7.59 -
YUV 99.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 117 97 70 0 0.17 0.40 0.54 34.47 0.25 0.37
Hex 75 61 46 0 11 28 36 22 19 25
Octal 165 141 106 0 21 50 66 42 31 45
Binary 1110101 1100001 1000110 0 10001 101000 110110 100010 11001 100101

Color Harmonies of #756146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756146

Black with #756146

Text Example


Text Example

White with #756146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756146; }

 p { color: rgb(117,97,70); }

 H1.HeaderClassName
 {
   color: #756146;
 }
 .AnyTagClassName
 {
   color: #756146;
 }
</style>

background-color css

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

 a { background-color: rgb(117,97,70); }

 div.DivClassName
 {
   background-color: #756146;
 }
 .BgClassName
 {
   background-color: #756146;
 }
</style>

border-color css

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

 span { border-color: rgb(117,97,70); }

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