Html Css Color HEX #716840 Yellow Metal

📋 copy color: '#716840'

red 113 ◦ green 104 ◦ blue 64

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

Shades of Yellow Metal #716840

Tints of Yellow Metal #716840

RGB

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

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

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

R = 40.21%
G = 37.01%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#716840 (or 0x716840) is known color: Yellow Metal. HEX triplet: 71, 68 and 40. RGB value is (113,104,64). Sum of RGB (Red+Green+Blue) = 113+104+64=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 104 (41.02% from 255 or 37.01% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 113 - color contains mainly: red. Hex color #716840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716840 is #8E97BF. Grayscale: #666666. Windows color (decimal): -9344960 or 4221041. OLE color: 4221041.

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

Color convert

RGB 113 104 64 -
CMYK 0 0.08 0.43 0.56
HSL 48.98º 0.28% 0.35% -
HSV(B) 48.98º 0.43% 0.44% -
XYZ 12.69 13.78 6.84 -
YUV 102.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 113 104 64 0 0.08 0.43 0.56 48.98 0.28 0.35
Hex 71 68 40 0 8 2B 38 31 1C 23
Octal 161 150 100 0 10 53 70 61 34 43
Binary 1110001 1101000 1000000 0 1000 101011 111000 110001 11100 100011

Color Harmonies of #716840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716840

Black with #716840

Text Example


Text Example

White with #716840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716840; }

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

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

background-color css

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

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

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

border-color css

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

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

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