Html Css Color HEX #746246 Soya Bean

📋 copy color: '#746246'

red 116 ◦ green 98 ◦ blue 70

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

Shades of Soya Bean #746246

Tints of Soya Bean #746246

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.51%

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

R = 40.85%
G = 34.51%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#746246 (or 0x746246) is known color: Soya Bean. HEX triplet: 74, 62 and 46. RGB value is (116,98,70). Sum of RGB (Red+Green+Blue) = 116+98+70=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #746246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746246 is #8B9DB9. Grayscale: #646464. Windows color (decimal): -9149882 or 4612724. OLE color: 4612724.

HSL color Cylindrical-coordinate representation of color #746246: hue angle of 36.52º 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 #746246 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 98 70 -
CMYK 0 0.16 0.40 0.55
HSL 36.52º 0.25% 0.36% -
HSV(B) 36.52º 0.4% 0.45% -
XYZ 12.68 12.89 7.61 -
YUV 100.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 116 98 70 0 0.16 0.40 0.55 36.52 0.25 0.36
Hex 74 62 46 0 10 28 37 25 19 24
Octal 164 142 106 0 20 50 67 45 31 44
Binary 1110100 1100010 1000110 0 10000 101000 110111 100101 11001 100100

Color Harmonies of #746246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746246

Black with #746246

Text Example


Text Example

White with #746246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746246; }

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

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

background-color css

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

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

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

border-color css

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

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

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