Html Css Color HEX #726046 Soya Bean

📋 copy color: '#726046'

red 114 ◦ green 96 ◦ blue 70

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

Shades of Soya Bean #726046

Tints of Soya Bean #726046

RGB

 RED value IS 114 (44.92% from 255) = 40.71%

 GREEN value IS 96 (37.89% from 255) = 34.29%

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

R = 40.71%
G = 34.29%
B = 25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#726046 (or 0x726046) is known color: Soya Bean. HEX triplet: 72, 60 and 46. RGB value is (114,96,70). Sum of RGB (Red+Green+Blue) = 114+96+70=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #726046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726046 is #8D9FB9. Grayscale: #626262. Windows color (decimal): -9281466 or 4612210. OLE color: 4612210.

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

Color convert

RGB 114 96 70 -
CMYK 0 0.16 0.39 0.55
HSL 35.45º 0.24% 0.36% -
HSV(B) 35.45º 0.39% 0.45% -
XYZ 12.23 12.39 7.54 -
YUV 98.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 114 96 70 0 0.16 0.39 0.55 35.45 0.24 0.36
Hex 72 60 46 0 10 27 37 23 18 24
Octal 162 140 106 0 20 47 67 43 30 44
Binary 1110010 1100000 1000110 0 10000 100111 110111 100011 11000 100100

Color Harmonies of #726046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726046

Black with #726046

Text Example


Text Example

White with #726046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726046; }

 p { color: rgb(114,96,70); }

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

background-color css

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

 a { background-color: rgb(114,96,70); }

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

border-color css

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

 span { border-color: rgb(114,96,70); }

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