Html Css Color HEX #766249 Soya Bean

📋 copy color: '#766249'

red 118 ◦ green 98 ◦ blue 73

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

Shades of Soya Bean #766249

Tints of Soya Bean #766249

RGB

 RED value IS 118 (46.48% from 255) = 40.83%

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

 BLUE value IS 73 (28.91% from 255) = 25.26%

R = 40.83%
G = 33.91%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#766249 (or 0x766249) is known color: Soya Bean. HEX triplet: 76, 62 and 49. RGB value is (118,98,73). Sum of RGB (Red+Green+Blue) = 118+98+73=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #766249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766249 is #899DB6. Grayscale: #656565. Windows color (decimal): -9018807 or 4809334. OLE color: 4809334.

HSL color Cylindrical-coordinate representation of color #766249: hue angle of 33.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #766249 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 98 73 -
CMYK 0 0.17 0.38 0.54
HSL 33.33º 0.24% 0.37% -
HSV(B) 33.33º 0.38% 0.46% -
XYZ 13.04 13.07 8.14 -
YUV 101.13 112.13 140.03 -
System Red Green Blue C M Y K H S L
Decimal 118 98 73 0 0.17 0.38 0.54 33.33 0.24 0.37
Hex 76 62 49 0 11 26 36 21 18 25
Octal 166 142 111 0 21 46 66 41 30 45
Binary 1110110 1100010 1001001 0 10001 100110 110110 100001 11000 100101

Color Harmonies of #766249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766249

Black with #766249

Text Example


Text Example

White with #766249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766249; }

 p { color: rgb(118,98,73); }

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

background-color css

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

 a { background-color: rgb(118,98,73); }

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

border-color css

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

 span { border-color: rgb(118,98,73); }

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