Html Css Color HEX #706440 Yellow Metal

📋 copy color: '#706440'

red 112 ◦ green 100 ◦ blue 64

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

Shades of Yellow Metal #706440

Tints of Yellow Metal #706440

RGB

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

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

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

R = 40.58%
G = 36.23%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#706440 (or 0x706440) is known color: Yellow Metal. HEX triplet: 70, 64 and 40. RGB value is (112,100,64). Sum of RGB (Red+Green+Blue) = 112+100+64=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #706440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706440 is #8F9BBF. Grayscale: #636363. Windows color (decimal): -9411520 or 4220016. OLE color: 4220016.

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

Color convert

RGB 112 100 64 -
CMYK 0 0.11 0.43 0.56
HSL 45º 0.27% 0.35% -
HSV(B) 45º 0.43% 0.44% -
XYZ 12.16 12.93 6.7 -
YUV 99.48 107.98 136.93 -
System Red Green Blue C M Y K H S L
Decimal 112 100 64 0 0.11 0.43 0.56 45 0.27 0.35
Hex 70 64 40 0 B 2B 38 2D 1B 23
Octal 160 144 100 0 13 53 70 55 33 43
Binary 1110000 1100100 1000000 0 1011 101011 111000 101101 11011 100011

Color Harmonies of #706440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706440

Black with #706440

Text Example


Text Example

White with #706440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706440; }

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

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

background-color css

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

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

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

border-color css

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

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

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