Html Css Color HEX #706043 Yellow Metal

📋 copy color: '#706043'

red 112 ◦ green 96 ◦ blue 67

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

Shades of Yellow Metal #706043

Tints of Yellow Metal #706043

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.91%

 BLUE value IS 67 (26.56% from 255) = 24.36%

R = 40.73%
G = 34.91%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#706043 (or 0x706043) is known color: Yellow Metal. HEX triplet: 70, 60 and 43. RGB value is (112,96,67). Sum of RGB (Red+Green+Blue) = 112+96+67=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 96 (37.89% from 255 or 34.91% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #706043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706043 is #8F9FBC. Grayscale: #616161. Windows color (decimal): -9412541 or 4415600. OLE color: 4415600.

HSL color Cylindrical-coordinate representation of color #706043: hue angle of 38.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #706043 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 96 67 -
CMYK 0 0.14 0.40 0.56
HSL 38.67º 0.25% 0.35% -
HSV(B) 38.67º 0.4% 0.44% -
XYZ 11.88 12.22 7.04 -
YUV 97.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 112 96 67 0 0.14 0.40 0.56 38.67 0.25 0.35
Hex 70 60 43 0 E 28 38 27 19 23
Octal 160 140 103 0 16 50 70 47 31 43
Binary 1110000 1100000 1000011 0 1110 101000 111000 100111 11001 100011

Color Harmonies of #706043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706043

Black with #706043

Text Example


Text Example

White with #706043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706043; }

 p { color: rgb(112,96,67); }

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

background-color css

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

 a { background-color: rgb(112,96,67); }

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

border-color css

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

 span { border-color: rgb(112,96,67); }

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