Html Css Color HEX #705E3C Yellow Metal

📋 copy color: '#705E3C'

red 112 ◦ green 94 ◦ blue 60

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

Shades of Yellow Metal #705E3C

Tints of Yellow Metal #705E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.56%

R = 42.11%
G = 35.34%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#705E3C (or 0x705E3C) is known color: Yellow Metal. HEX triplet: 70, 5E and 3C. RGB value is (112,94,60). Sum of RGB (Red+Green+Blue) = 112+94+60=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #705E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705E3C is #8FA1C3. Grayscale: #5F5F5F. Windows color (decimal): -9413060 or 3956336. OLE color: 3956336.

HSL color Cylindrical-coordinate representation of color #705E3C: hue angle of 39.23º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #705E3C is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 94 60 -
CMYK 0 0.16 0.46 0.56
HSL 39.23º 0.3% 0.34% -
HSV(B) 39.23º 0.46% 0.44% -
XYZ 11.5 11.78 5.94 -
YUV 95.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 112 94 60 0 0.16 0.46 0.56 39.23 0.3 0.34
Hex 70 5E 3C 0 10 2E 38 27 1E 22
Octal 160 136 74 0 20 56 70 47 36 42
Binary 1110000 1011110 111100 0 10000 101110 111000 100111 11110 100010

Color Harmonies of #705E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E3C

Black with #705E3C

Text Example


Text Example

White with #705E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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