#70643B

Color #70643B Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #70643B

Tints of Yellow Metal #70643B

Color information

#70643B (or 0x70643B) is unknown color: approx Yellow Metal. HEX triplet: 70, 64 and 3B. RGB value is (112,100,59). Sum of RGB (Red+Green+Blue) = 112+100+59=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #70643B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70643B is #8F9BC4. Grayscale: #636363. Windows color (decimal): -9411525 or 3892336. OLE color: 3892336.

HSL color Cylindrical-coordinate representation of color #70643B: hue angle of 46.42º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70643B is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB11210059-
CMYK00.110.470.56
HSL46.42º30.99%33.53%-
HSV(B)46.42º47.32%43.92%-
XYZ12.0312.875.99-
YUV98.91105.48137.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 100 (39.45% from 255) = 36.90%
BLUE value IS 59 (23.44% from 255) = 21.77%
R=41.33%
G=36.90%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121005900.110.470.5646.4230.9933.53
Hex70643B0B2F382e1f22
Octal160144730135770563742
Binary111000011001001110110101110111111100010111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70643B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70643B; }

 p { color: rgb(112,100,59); }

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

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

 a { background-color: rgb(112,100,59); }

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

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

 span { border-color: rgb(112,100,59); }

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