Html Css Color HEX #706843 Yellow Metal

📋 copy color: '#706843'

red 112 ◦ green 104 ◦ blue 67

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

Shades of Yellow Metal #706843

Tints of Yellow Metal #706843

RGB

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

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

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

R = 39.58%
G = 36.75%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#706843 (or 0x706843) is known color: Yellow Metal. HEX triplet: 70, 68 and 43. RGB value is (112,104,67). Sum of RGB (Red+Green+Blue) = 112+104+67=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #706843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706843 is #8F97BC. Grayscale: #666666. Windows color (decimal): -9410493 or 4417648. OLE color: 4417648.

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

Color convert

RGB 112 104 67 -
CMYK 0 0.07 0.40 0.56
HSL 49.33º 0.25% 0.35% -
HSV(B) 49.33º 0.4% 0.44% -
XYZ 12.65 13.75 7.3 -
YUV 102.17 108.15 135.01 -
System Red Green Blue C M Y K H S L
Decimal 112 104 67 0 0.07 0.40 0.56 49.33 0.25 0.35
Hex 70 68 43 0 7 28 38 31 19 23
Octal 160 150 103 0 7 50 70 61 31 43
Binary 1110000 1101000 1000011 0 111 101000 111000 110001 11001 100011

Color Harmonies of #706843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706843

Black with #706843

Text Example


Text Example

White with #706843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706843; }

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

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

background-color css

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

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

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

border-color css

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

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

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