Html Css Color HEX #706140 Yellow Metal

📋 copy color: '#706140'

red 112 ◦ green 97 ◦ blue 64

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

Shades of Yellow Metal #706140

Tints of Yellow Metal #706140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.53%

 BLUE value IS 64 (25.39% from 255) = 23.44%

R = 41.03%
G = 35.53%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#706140 (or 0x706140) is known color: Yellow Metal. HEX triplet: 70, 61 and 40. RGB value is (112,97,64). Sum of RGB (Red+Green+Blue) = 112+97+64=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #706140 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706140 is #8F9EBF. Grayscale: #616161. Windows color (decimal): -9412288 or 4219248. OLE color: 4219248.

HSL color Cylindrical-coordinate representation of color #706140: hue angle of 41.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #706140 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 97 64 -
CMYK 0 0.13 0.43 0.56
HSL 41.25º 0.27% 0.35% -
HSV(B) 41.25º 0.43% 0.44% -
XYZ 11.88 12.36 6.61 -
YUV 97.72 108.97 138.18 -
System Red Green Blue C M Y K H S L
Decimal 112 97 64 0 0.13 0.43 0.56 41.25 0.27 0.35
Hex 70 61 40 0 D 2B 38 29 1B 23
Octal 160 141 100 0 15 53 70 51 33 43
Binary 1110000 1100001 1000000 0 1101 101011 111000 101001 11011 100011

Color Harmonies of #706140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706140

Black with #706140

Text Example


Text Example

White with #706140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706140; }

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

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

background-color css

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

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

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

border-color css

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

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

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