Html Css Color HEX #746145 Soya Bean

📋 copy color: '#746145'

red 116 ◦ green 97 ◦ blue 69

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

Shades of Soya Bean #746145

Tints of Soya Bean #746145

RGB

 RED value IS 116 (45.7% from 255) = 41.13%

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

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

R = 41.13%
G = 34.4%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#746145 (or 0x746145) is known color: Soya Bean. HEX triplet: 74, 61 and 45. RGB value is (116,97,69). Sum of RGB (Red+Green+Blue) = 116+97+69=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #746145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746145 is #8B9EBA. Grayscale: #636363. Windows color (decimal): -9150139 or 4546932. OLE color: 4546932.

HSL color Cylindrical-coordinate representation of color #746145: hue angle of 35.74º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #746145 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 97 69 -
CMYK 0 0.16 0.41 0.55
HSL 35.74º 0.25% 0.36% -
HSV(B) 35.74º 0.41% 0.45% -
XYZ 12.55 12.69 7.42 -
YUV 99.49 110.79 139.78 -
System Red Green Blue C M Y K H S L
Decimal 116 97 69 0 0.16 0.41 0.55 35.74 0.25 0.36
Hex 74 61 45 0 10 29 37 24 19 24
Octal 164 141 105 0 20 51 67 44 31 44
Binary 1110100 1100001 1000101 0 10000 101001 110111 100100 11001 100100

Color Harmonies of #746145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746145

Black with #746145

Text Example


Text Example

White with #746145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746145; }

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

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

background-color css

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

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

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

border-color css

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

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

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