#70633A

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

Shades of Yellow Metal #70633A

Tints of Yellow Metal #70633A

Color information

#70633A (or 0x70633A) is unknown color: approx Yellow Metal. HEX triplet: 70, 63 and 3A. RGB value is (112,99,58). Sum of RGB (Red+Green+Blue) = 112+99+58=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #70633A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70633A is #8F9CC5. Grayscale: #626262. Windows color (decimal): -9411782 or 3826544. OLE color: 3826544.

HSL color Cylindrical-coordinate representation of color #70633A: hue angle of 45.56º 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 #70633A is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB1129958-
CMYK00.120.480.56
HSL45.56º31.76%33.33%-
HSV(B)45.56º48.21%43.92%-
XYZ11.9112.675.82-
YUV98.21105.31137.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 99 (39.06% from 255) = 36.80%
BLUE value IS 58 (23.05% from 255) = 21.56%
R=41.64%
G=36.80%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112995800.120.480.5645.5631.7633.33
Hex70633A0C30382e2021
Octal160143720146070564041
Binary1110000110001111101001100110000111000101110100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70633A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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