Html Css Color HEX #706840 Yellow Metal

📋 copy color: '#706840'

red 112 ◦ green 104 ◦ blue 64

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

Shades of Yellow Metal #706840

Tints of Yellow Metal #706840

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.14%

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

R = 40%
G = 37.14%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#706840 (or 0x706840) is known color: Yellow Metal. HEX triplet: 70, 68 and 40. RGB value is (112,104,64). Sum of RGB (Red+Green+Blue) = 112+104+64=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #706840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706840 is #8F97BF. Grayscale: #666666. Windows color (decimal): -9410496 or 4221040. OLE color: 4221040.

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

Color convert

RGB 112 104 64 -
CMYK 0 0.07 0.43 0.56
HSL 50º 0.27% 0.35% -
HSV(B) 50º 0.43% 0.44% -
XYZ 12.56 13.72 6.84 -
YUV 101.83 106.65 135.25 -
System Red Green Blue C M Y K H S L
Decimal 112 104 64 0 0.07 0.43 0.56 50 0.27 0.35
Hex 70 68 40 0 7 2B 38 32 1B 23
Octal 160 150 100 0 7 53 70 62 33 43
Binary 1110000 1101000 1000000 0 111 101011 111000 110010 11011 100011

Color Harmonies of #706840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706840

Black with #706840

Text Example


Text Example

White with #706840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706840; }

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

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

background-color css

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

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

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

border-color css

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

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

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