Html Css Color HEX #716240 Yellow Metal

📋 copy color: '#716240'

red 113 ◦ green 98 ◦ blue 64

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

Shades of Yellow Metal #716240

Tints of Yellow Metal #716240

RGB

 RED value IS 113 (44.53% from 255) = 41.09%

 GREEN value IS 98 (38.67% from 255) = 35.64%

 BLUE value IS 64 (25.39% from 255) = 23.27%

R = 41.09%
G = 35.64%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#716240 (or 0x716240) is known color: Yellow Metal. HEX triplet: 71, 62 and 40. RGB value is (113,98,64). Sum of RGB (Red+Green+Blue) = 113+98+64=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #716240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716240 is #8E9DBF. Grayscale: #626262. Windows color (decimal): -9346496 or 4219505. OLE color: 4219505.

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

Color convert

RGB 113 98 64 -
CMYK 0 0.13 0.43 0.56
HSL 41.63º 0.28% 0.35% -
HSV(B) 41.63º 0.43% 0.44% -
XYZ 12.1 12.62 6.65 -
YUV 98.61 108.47 138.26 -
System Red Green Blue C M Y K H S L
Decimal 113 98 64 0 0.13 0.43 0.56 41.63 0.28 0.35
Hex 71 62 40 0 D 2B 38 2A 1C 23
Octal 161 142 100 0 15 53 70 52 34 43
Binary 1110001 1100010 1000000 0 1101 101011 111000 101010 11100 100011

Color Harmonies of #716240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716240

Black with #716240

Text Example


Text Example

White with #716240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716240; }

 p { color: rgb(113,98,64); }

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

background-color css

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

 a { background-color: rgb(113,98,64); }

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

border-color css

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

 span { border-color: rgb(113,98,64); }

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