Html Css Color HEX #706842 Yellow Metal

📋 copy color: '#706842'

red 112 ◦ green 104 ◦ blue 66

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

Shades of Yellow Metal #706842

Tints of Yellow Metal #706842

RGB

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

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

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

R = 39.72%
G = 36.88%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#706842 (or 0x706842) is known color: Yellow Metal. HEX triplet: 70, 68 and 42. RGB value is (112,104,66). Sum of RGB (Red+Green+Blue) = 112+104+66=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #706842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706842 is #8F97BD. Grayscale: #666666. Windows color (decimal): -9410494 or 4352112. OLE color: 4352112.

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

Color convert

RGB 112 104 66 -
CMYK 0 0.07 0.41 0.56
HSL 49.57º 0.26% 0.35% -
HSV(B) 49.57º 0.41% 0.44% -
XYZ 12.62 13.74 7.14 -
YUV 102.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 112 104 66 0 0.07 0.41 0.56 49.57 0.26 0.35
Hex 70 68 42 0 7 29 38 32 1A 23
Octal 160 150 102 0 7 51 70 62 32 43
Binary 1110000 1101000 1000010 0 111 101001 111000 110010 11010 100011

Color Harmonies of #706842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706842

Black with #706842

Text Example


Text Example

White with #706842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706842; }

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

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

background-color css

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

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

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

border-color css

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

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

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