Html Css Color HEX #726146 Soya Bean

📋 copy color: '#726146'

red 114 ◦ green 97 ◦ blue 70

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

Shades of Soya Bean #726146

Tints of Soya Bean #726146

RGB

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

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

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

R = 40.57%
G = 34.52%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#726146 (or 0x726146) is known color: Soya Bean. HEX triplet: 72, 61 and 46. RGB value is (114,97,70). Sum of RGB (Red+Green+Blue) = 114+97+70=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #726146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726146 is #8D9EB9. Grayscale: #636363. Windows color (decimal): -9281210 or 4612466. OLE color: 4612466.

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

Color convert

RGB 114 97 70 -
CMYK 0 0.15 0.39 0.55
HSL 36.82º 0.24% 0.36% -
HSV(B) 36.82º 0.39% 0.45% -
XYZ 12.32 12.57 7.57 -
YUV 99.01 111.63 138.7 -
System Red Green Blue C M Y K H S L
Decimal 114 97 70 0 0.15 0.39 0.55 36.82 0.24 0.36
Hex 72 61 46 0 F 27 37 25 18 24
Octal 162 141 106 0 17 47 67 45 30 44
Binary 1110010 1100001 1000110 0 1111 100111 110111 100101 11000 100100

Color Harmonies of #726146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726146

Black with #726146

Text Example


Text Example

White with #726146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726146; }

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

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

background-color css

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

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

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

border-color css

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

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

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