Html Css Color HEX #706940 Yellow Metal

📋 copy color: '#706940'

red 112 ◦ green 105 ◦ blue 64

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

Shades of Yellow Metal #706940

Tints of Yellow Metal #706940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.37%

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

R = 39.86%
G = 37.37%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#706940 (or 0x706940) is known color: Yellow Metal. HEX triplet: 70, 69 and 40. RGB value is (112,105,64). Sum of RGB (Red+Green+Blue) = 112+105+64=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #706940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706940 is #8F96BF. Grayscale: #666666. Windows color (decimal): -9410240 or 4221296. OLE color: 4221296.

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

Color convert

RGB 112 105 64 -
CMYK 0 0.06 0.43 0.56
HSL 51.25º 0.27% 0.35% -
HSV(B) 51.25º 0.43% 0.44% -
XYZ 12.66 13.92 6.87 -
YUV 102.42 106.32 134.83 -
System Red Green Blue C M Y K H S L
Decimal 112 105 64 0 0.06 0.43 0.56 51.25 0.27 0.35
Hex 70 69 40 0 6 2B 38 33 1B 23
Octal 160 151 100 0 6 53 70 63 33 43
Binary 1110000 1101001 1000000 0 110 101011 111000 110011 11011 100011

Color Harmonies of #706940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706940

Black with #706940

Text Example


Text Example

White with #706940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706940; }

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

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

background-color css

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

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

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

border-color css

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

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

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