Html Css Color HEX #716340 Yellow Metal

📋 copy color: '#716340'

red 113 ◦ green 99 ◦ blue 64

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

Shades of Yellow Metal #716340

Tints of Yellow Metal #716340

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.87%

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

R = 40.94%
G = 35.87%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#716340 (or 0x716340) is known color: Yellow Metal. HEX triplet: 71, 63 and 40. RGB value is (113,99,64). Sum of RGB (Red+Green+Blue) = 113+99+64=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #716340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716340 is #8E9CBF. Grayscale: #636363. Windows color (decimal): -9346240 or 4219761. OLE color: 4219761.

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

Color convert

RGB 113 99 64 -
CMYK 0 0.12 0.43 0.56
HSL 42.86º 0.28% 0.35% -
HSV(B) 42.86º 0.43% 0.44% -
XYZ 12.2 12.8 6.68 -
YUV 99.2 108.14 137.85 -
System Red Green Blue C M Y K H S L
Decimal 113 99 64 0 0.12 0.43 0.56 42.86 0.28 0.35
Hex 71 63 40 0 C 2B 38 2B 1C 23
Octal 161 143 100 0 14 53 70 53 34 43
Binary 1110001 1100011 1000000 0 1100 101011 111000 101011 11100 100011

Color Harmonies of #716340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716340

Black with #716340

Text Example


Text Example

White with #716340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716340; }

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

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

background-color css

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

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

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

border-color css

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

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

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