Html Css Color HEX #706142 Yellow Metal

📋 copy color: '#706142'

red 112 ◦ green 97 ◦ blue 66

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

Shades of Yellow Metal #706142

Tints of Yellow Metal #706142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24%

R = 40.73%
G = 35.27%
B = 24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#706142 (or 0x706142) is known color: Yellow Metal. HEX triplet: 70, 61 and 42. RGB value is (112,97,66). Sum of RGB (Red+Green+Blue) = 112+97+66=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #706142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706142 is #8F9EBD. Grayscale: #626262. Windows color (decimal): -9412286 or 4350320. OLE color: 4350320.

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

Color convert

RGB 112 97 66 -
CMYK 0 0.13 0.41 0.56
HSL 40.43º 0.26% 0.35% -
HSV(B) 40.43º 0.41% 0.44% -
XYZ 11.94 12.39 6.92 -
YUV 97.95 109.97 138.02 -
System Red Green Blue C M Y K H S L
Decimal 112 97 66 0 0.13 0.41 0.56 40.43 0.26 0.35
Hex 70 61 42 0 D 29 38 28 1A 23
Octal 160 141 102 0 15 51 70 50 32 43
Binary 1110000 1100001 1000010 0 1101 101001 111000 101000 11010 100011

Color Harmonies of #706142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706142

Black with #706142

Text Example


Text Example

White with #706142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706142; }

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

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

background-color css

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

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

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

border-color css

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

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

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