Html Css Color HEX #746646 Soya Bean

📋 copy color: '#746646'

red 116 ◦ green 102 ◦ blue 70

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

Shades of Soya Bean #746646

Tints of Soya Bean #746646

RGB

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

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

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

R = 40.28%
G = 35.42%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#746646 (or 0x746646) is known color: Soya Bean. HEX triplet: 74, 66 and 46. RGB value is (116,102,70). Sum of RGB (Red+Green+Blue) = 116+102+70=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 70 (27.73% from 255 or 24.31% from 288); Max value from RGB is 116 - color contains mainly: red. Hex color #746646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746646 is #8B99B9. Grayscale: #666666. Windows color (decimal): -9148858 or 4613748. OLE color: 4613748.

HSL color Cylindrical-coordinate representation of color #746646: hue angle of 41.74º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #746646 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 102 70 -
CMYK 0 0.12 0.40 0.55
HSL 41.74º 0.25% 0.36% -
HSV(B) 41.74º 0.4% 0.45% -
XYZ 13.06 13.66 7.74 -
YUV 102.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 116 102 70 0 0.12 0.40 0.55 41.74 0.25 0.36
Hex 74 66 46 0 C 28 37 2A 19 24
Octal 164 146 106 0 14 50 67 52 31 44
Binary 1110100 1100110 1000110 0 1100 101000 110111 101010 11001 100100

Color Harmonies of #746646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746646

Black with #746646

Text Example


Text Example

White with #746646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746646; }

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

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

background-color css

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

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

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

border-color css

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

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

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