Html Css Color HEX #706240 Yellow Metal

📋 copy color: '#706240'

red 112 ◦ green 98 ◦ blue 64

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

Shades of Yellow Metal #706240

Tints of Yellow Metal #706240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.77%

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

R = 40.88%
G = 35.77%
B = 23.36%

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

#706240 (or 0x706240) is known color: Yellow Metal. HEX triplet: 70, 62 and 40. RGB value is (112,98,64). Sum of RGB (Red+Green+Blue) = 112+98+64=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #706240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706240 is #8F9DBF. Grayscale: #626262. Windows color (decimal): -9412032 or 4219504. OLE color: 4219504.

HSL color Cylindrical-coordinate representation of color #706240: hue angle of 42.5º 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 #706240 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 98 64 -
CMYK 0 0.13 0.43 0.56
HSL 42.5º 0.27% 0.35% -
HSV(B) 42.5º 0.43% 0.44% -
XYZ 11.98 12.55 6.64 -
YUV 98.31 108.64 137.76 -
System Red Green Blue C M Y K H S L
Decimal 112 98 64 0 0.13 0.43 0.56 42.5 0.27 0.35
Hex 70 62 40 0 D 2B 38 2A 1B 23
Octal 160 142 100 0 15 53 70 52 33 43
Binary 1110000 1100010 1000000 0 1101 101011 111000 101010 11011 100011

Color Harmonies of #706240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706240

Black with #706240

Text Example


Text Example

White with #706240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706240; }

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

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

background-color css

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

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

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

border-color css

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

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

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