Html Css Color HEX #746648 Soya Bean

📋 copy color: '#746648'

red 116 ◦ green 102 ◦ blue 72

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

Shades of Soya Bean #746648

Tints of Soya Bean #746648

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.17%

 BLUE value IS 72 (28.52% from 255) = 24.83%

R = 40%
G = 35.17%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#746648 (or 0x746648) is known color: Soya Bean. HEX triplet: 74, 66 and 48. RGB value is (116,102,72). Sum of RGB (Red+Green+Blue) = 116+102+72=290 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 116 - color contains mainly: red. Hex color #746648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746648 is #8B99B7. Grayscale: #666666. Windows color (decimal): -9148856 or 4744820. OLE color: 4744820.

HSL color Cylindrical-coordinate representation of color #746648: hue angle of 40.91º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #746648 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 102 72 -
CMYK 0 0.12 0.38 0.55
HSL 40.91º 0.23% 0.37% -
HSV(B) 40.91º 0.38% 0.45% -
XYZ 13.12 13.68 8.08 -
YUV 102.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 116 102 72 0 0.12 0.38 0.55 40.91 0.23 0.37
Hex 74 66 48 0 C 26 37 29 17 25
Octal 164 146 110 0 14 46 67 51 27 45
Binary 1110100 1100110 1001000 0 1100 100110 110111 101001 10111 100101

Color Harmonies of #746648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746648

Black with #746648

Text Example


Text Example

White with #746648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746648; }

 p { color: rgb(116,102,72); }

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

background-color css

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

 a { background-color: rgb(116,102,72); }

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

border-color css

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

 span { border-color: rgb(116,102,72); }

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