Html Css Color HEX #706041 Yellow Metal

📋 copy color: '#706041'

red 112 ◦ green 96 ◦ blue 65

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

Shades of Yellow Metal #706041

Tints of Yellow Metal #706041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.81%

R = 41.03%
G = 35.16%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#706041 (or 0x706041) is known color: Yellow Metal. HEX triplet: 70, 60 and 41. RGB value is (112,96,65). Sum of RGB (Red+Green+Blue) = 112+96+65=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #706041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706041 is #8F9FBE. Grayscale: #616161. Windows color (decimal): -9412543 or 4284528. OLE color: 4284528.

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

Color convert

RGB 112 96 65 -
CMYK 0 0.14 0.42 0.56
HSL 39.57º 0.27% 0.35% -
HSV(B) 39.57º 0.42% 0.44% -
XYZ 11.82 12.19 6.73 -
YUV 97.25 109.8 138.52 -
System Red Green Blue C M Y K H S L
Decimal 112 96 65 0 0.14 0.42 0.56 39.57 0.27 0.35
Hex 70 60 41 0 E 2A 38 28 1B 23
Octal 160 140 101 0 16 52 70 50 33 43
Binary 1110000 1100000 1000001 0 1110 101010 111000 101000 11011 100011

Color Harmonies of #706041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706041

Black with #706041

Text Example


Text Example

White with #706041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706041; }

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

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

background-color css

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

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

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

border-color css

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

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

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