#746345

Color #746345 Soya Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soya Bean #746345

Tints of Soya Bean #746345

Color information

#746345 (or 0x746345) is unknown color: approx Soya Bean. HEX triplet: 74, 63 and 45. RGB value is (116,99,69). Sum of RGB (Red+Green+Blue) = 116+99+69=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #746345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746345 is #8B9CBA. Grayscale: #646464. Windows color (decimal): -9149627 or 4547444. OLE color: 4547444.

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

Color convert

RGB1169969-
CMYK00.150.410.55
HSL38.3º25.41%36.27%-
HSV(B)38.3º40.52%45.49%-
XYZ12.7413.077.48-
YUV100.66110.13138.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.85%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 69 (27.34% from 255) = 24.30%
R=40.85%
G=34.86%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116996900.150.410.5538.325.4136.27
Hex7463450F2937261924
Octal1641431050175167463144
Binary1110100110001110001010111110100111011110011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746345; }

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

 H1.HeaderClassName
 {
   color: #746345;
 }
 .AnyTagClassName
 {
   color: #746345;
 }
</style>
background-color css

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

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

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

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

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

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