Html Css Color HEX #705E42 Yellow Metal

📋 copy color: '#705E42'

red 112 ◦ green 94 ◦ blue 66

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

Shades of Yellow Metal #705E42

Tints of Yellow Metal #705E42

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.56%

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

R = 41.18%
G = 34.56%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#705E42 (or 0x705E42) is known color: Yellow Metal. HEX triplet: 70, 5E and 42. RGB value is (112,94,66). Sum of RGB (Red+Green+Blue) = 112+94+66=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #705E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705E42 is #8FA1BD. Grayscale: #606060. Windows color (decimal): -9413054 or 4349552. OLE color: 4349552.

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

Color convert

RGB 112 94 66 -
CMYK 0 0.16 0.41 0.56
HSL 36.52º 0.26% 0.35% -
HSV(B) 36.52º 0.41% 0.44% -
XYZ 11.67 11.84 6.83 -
YUV 96.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 112 94 66 0 0.16 0.41 0.56 36.52 0.26 0.35
Hex 70 5E 42 0 10 29 38 25 1A 23
Octal 160 136 102 0 20 51 70 45 32 43
Binary 1110000 1011110 1000010 0 10000 101001 111000 100101 11010 100011

Color Harmonies of #705E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E42

Black with #705E42

Text Example


Text Example

White with #705E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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