#70624E

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

Shades of Soya Bean #70624E

Tints of Soya Bean #70624E

Color information

#70624E (or 0x70624E) is unknown color: approx Soya Bean. HEX triplet: 70, 62 and 4E. RGB value is (112,98,78). Sum of RGB (Red+Green+Blue) = 112+98+78=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #70624E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70624E is #8F9DB1. Grayscale: #646464. Windows color (decimal): -9412018 or 5137008. OLE color: 5137008.

HSL color Cylindrical-coordinate representation of color #70624E: hue angle of 35.29º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70624E is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1129878-
CMYK00.130.300.56
HSL35.29º17.89%37.25%-
HSV(B)35.29º30.36%43.92%-
XYZ12.4212.739.01-
YUV99.91115.64136.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.89%
GREEN value IS 98 (38.67% from 255) = 34.03%
BLUE value IS 78 (30.86% from 255) = 27.08%
R=38.89%
G=34.03%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112987800.130.300.5635.2917.8937.25
Hex70624E0D1E38231225
Octal1601421160153670432245
Binary111000011000101001110011011111011100010001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70624E; }

 p { color: rgb(112,98,78); }

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

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

 a { background-color: rgb(112,98,78); }

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

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

 span { border-color: rgb(112,98,78); }

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