Html Css Color HEX #706439 Yellow Metal

📋 copy color: '#706439'

red 112 ◦ green 100 ◦ blue 57

#706439
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Metal #706439

Tints of Yellow Metal #706439

RGB

 RED value IS 112 (44.14% from 255) = 41.64%

 GREEN value IS 100 (39.45% from 255) = 37.17%

 BLUE value IS 57 (22.66% from 255) = 21.19%

R = 41.64%
G = 37.17%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#706439 (or 0x706439) is known color: Yellow Metal. HEX triplet: 70, 64 and 39. RGB value is (112,100,57). Sum of RGB (Red+Green+Blue) = 112+100+57=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #706439 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706439 is #8F9BC6. Grayscale: #626262. Windows color (decimal): -9411527 or 3761264. OLE color: 3761264.

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

Color convert

RGB 112 100 57 -
CMYK 0 0.11 0.49 0.56
HSL 46.91º 0.33% 0.33% -
HSV(B) 46.91º 0.49% 0.44% -
XYZ 11.98 12.85 5.72 -
YUV 98.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 112 100 57 0 0.11 0.49 0.56 46.91 0.33 0.33
Hex 70 64 39 0 B 31 38 2F 21 21
Octal 160 144 71 0 13 61 70 57 41 41
Binary 1110000 1100100 111001 0 1011 110001 111000 101111 100001 100001

Color Harmonies of #706439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706439

Black with #706439

Text Example


Text Example

White with #706439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706439; }

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

 H1.HeaderClassName
 {
   color: #706439;
 }
 .AnyTagClassName
 {
   color: #706439;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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