Html Css Color HEX #746446 Soya Bean

📋 copy color: '#746446'

red 116 ◦ green 100 ◦ blue 70

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

Shades of Soya Bean #746446

Tints of Soya Bean #746446

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.97%

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

R = 40.56%
G = 34.97%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#746446 (or 0x746446) is known color: Soya Bean. HEX triplet: 74, 64 and 46. RGB value is (116,100,70). Sum of RGB (Red+Green+Blue) = 116+100+70=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #746446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746446 is #8B9BB9. Grayscale: #656565. Windows color (decimal): -9149370 or 4613236. OLE color: 4613236.

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

Color convert

RGB 116 100 70 -
CMYK 0 0.14 0.40 0.55
HSL 39.13º 0.25% 0.36% -
HSV(B) 39.13º 0.4% 0.45% -
XYZ 12.87 13.27 7.68 -
YUV 101.36 110.3 138.44 -
System Red Green Blue C M Y K H S L
Decimal 116 100 70 0 0.14 0.40 0.55 39.13 0.25 0.36
Hex 74 64 46 0 E 28 37 27 19 24
Octal 164 144 106 0 16 50 67 47 31 44
Binary 1110100 1100100 1000110 0 1110 101000 110111 100111 11001 100100

Color Harmonies of #746446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746446

Black with #746446

Text Example


Text Example

White with #746446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746446; }

 p { color: rgb(116,100,70); }

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

background-color css

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

 a { background-color: rgb(116,100,70); }

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

border-color css

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

 span { border-color: rgb(116,100,70); }

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