Html Css Color HEX #766549 Soya Bean

📋 copy color: '#766549'

red 118 ◦ green 101 ◦ blue 73

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

Shades of Soya Bean #766549

Tints of Soya Bean #766549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.59%

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

R = 40.41%
G = 34.59%
B = 25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#766549 (or 0x766549) is known color: Soya Bean. HEX triplet: 76, 65 and 49. RGB value is (118,101,73). Sum of RGB (Red+Green+Blue) = 118+101+73=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 118 - color contains mainly: red. Hex color #766549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766549 is #899AB6. Grayscale: #676767. Windows color (decimal): -9018039 or 4810102. OLE color: 4810102.

HSL color Cylindrical-coordinate representation of color #766549: hue angle of 37.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 #766549 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 101 73 -
CMYK 0 0.14 0.38 0.54
HSL 37.33º 0.24% 0.37% -
HSV(B) 37.33º 0.38% 0.46% -
XYZ 13.33 13.64 8.23 -
YUV 102.89 111.13 138.78 -
System Red Green Blue C M Y K H S L
Decimal 118 101 73 0 0.14 0.38 0.54 37.33 0.24 0.37
Hex 76 65 49 0 E 26 36 25 18 25
Octal 166 145 111 0 16 46 66 45 30 45
Binary 1110110 1100101 1001001 0 1110 100110 110110 100101 11000 100101

Color Harmonies of #766549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766549

Black with #766549

Text Example


Text Example

White with #766549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766549; }

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

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

background-color css

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

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

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

border-color css

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

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

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