Html Css Color HEX #746045 Soya Bean

📋 copy color: '#746045'

red 116 ◦ green 96 ◦ blue 69

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

Shades of Soya Bean #746045

Tints of Soya Bean #746045

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.16%

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

R = 41.28%
G = 34.16%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#746045 (or 0x746045) is known color: Soya Bean. HEX triplet: 74, 60 and 45. RGB value is (116,96,69). Sum of RGB (Red+Green+Blue) = 116+96+69=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #746045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746045 is #8B9FBA. Grayscale: #636363. Windows color (decimal): -9150395 or 4546676. OLE color: 4546676.

HSL color Cylindrical-coordinate representation of color #746045: hue angle of 34.47º 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 #746045 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 96 69 -
CMYK 0 0.17 0.41 0.55
HSL 34.47º 0.25% 0.36% -
HSV(B) 34.47º 0.41% 0.45% -
XYZ 12.46 12.51 7.39 -
YUV 98.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 116 96 69 0 0.17 0.41 0.55 34.47 0.25 0.36
Hex 74 60 45 0 11 29 37 22 19 24
Octal 164 140 105 0 21 51 67 42 31 44
Binary 1110100 1100000 1000101 0 10001 101001 110111 100010 11001 100100

Color Harmonies of #746045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746045

Black with #746045

Text Example


Text Example

White with #746045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746045; }

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

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

background-color css

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

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

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

border-color css

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

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

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