Html Css Color HEX #746245 Soya Bean

📋 copy color: '#746245'

red 116 ◦ green 98 ◦ blue 69

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

Shades of Soya Bean #746245

Tints of Soya Bean #746245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.38%

R = 40.99%
G = 34.63%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#746245 (or 0x746245) is known color: Soya Bean. HEX triplet: 74, 62 and 45. RGB value is (116,98,69). Sum of RGB (Red+Green+Blue) = 116+98+69=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #746245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746245 is #8B9DBA. Grayscale: #646464. Windows color (decimal): -9149883 or 4547188. OLE color: 4547188.

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

Color convert

RGB 116 98 69 -
CMYK 0 0.16 0.41 0.55
HSL 37.02º 0.25% 0.36% -
HSV(B) 37.02º 0.41% 0.45% -
XYZ 12.64 12.88 7.45 -
YUV 100.08 110.46 139.36 -
System Red Green Blue C M Y K H S L
Decimal 116 98 69 0 0.16 0.41 0.55 37.02 0.25 0.36
Hex 74 62 45 0 10 29 37 25 19 24
Octal 164 142 105 0 20 51 67 45 31 44
Binary 1110100 1100010 1000101 0 10000 101001 110111 100101 11001 100100

Color Harmonies of #746245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746245

Black with #746245

Text Example


Text Example

White with #746245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746245; }

 p { color: rgb(116,98,69); }

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

background-color css

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

 a { background-color: rgb(116,98,69); }

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

border-color css

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

 span { border-color: rgb(116,98,69); }

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