Html Css Color HEX #756145 Soya Bean

📋 copy color: '#756145'

red 117 ◦ green 97 ◦ blue 69

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

Shades of Soya Bean #756145

Tints of Soya Bean #756145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.38%

R = 41.34%
G = 34.28%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#756145 (or 0x756145) is known color: Soya Bean. HEX triplet: 75, 61 and 45. RGB value is (117,97,69). Sum of RGB (Red+Green+Blue) = 117+97+69=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #756145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756145 is #8A9EBA. Grayscale: #636363. Windows color (decimal): -9084603 or 4546933. OLE color: 4546933.

HSL color Cylindrical-coordinate representation of color #756145: hue angle of 35º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #756145 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 69 -
CMYK 0 0.17 0.41 0.54
HSL 35º 0.26% 0.36% -
HSV(B) 35º 0.41% 0.46% -
XYZ 12.68 12.76 7.42 -
YUV 99.79 110.63 140.28 -
System Red Green Blue C M Y K H S L
Decimal 117 97 69 0 0.17 0.41 0.54 35 0.26 0.36
Hex 75 61 45 0 11 29 36 23 1A 24
Octal 165 141 105 0 21 51 66 43 32 44
Binary 1110101 1100001 1000101 0 10001 101001 110110 100011 11010 100100

Color Harmonies of #756145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756145

Black with #756145

Text Example


Text Example

White with #756145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756145; }

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

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

background-color css

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

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

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

border-color css

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

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

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