#70613A

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

Shades of Yellow Metal #70613A

Tints of Yellow Metal #70613A

Color information

#70613A (or 0x70613A) is unknown color: approx Yellow Metal. HEX triplet: 70, 61 and 3A. RGB value is (112,97,58). Sum of RGB (Red+Green+Blue) = 112+97+58=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #70613A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70613A is #8F9EC5. Grayscale: #616161. Windows color (decimal): -9412294 or 3826032. OLE color: 3826032.

HSL color Cylindrical-coordinate representation of color #70613A: hue angle of 43.33º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70613A is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB1129758-
CMYK00.130.480.56
HSL43.33º31.76%33.33%-
HSV(B)43.33º48.21%43.92%-
XYZ11.7212.35.76-
YUV97.04105.97138.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 58 (23.05% from 255) = 21.72%
R=41.95%
G=36.33%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112975800.130.480.5643.3331.7633.33
Hex70613A0D30382b2021
Octal160141720156070534041
Binary1110000110000111101001101110000111000101011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70613A; }

 p { color: rgb(112,97,58); }

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

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

 a { background-color: rgb(112,97,58); }

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

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

 span { border-color: rgb(112,97,58); }

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