Html Css Color HEX #716842 Yellow Metal

📋 copy color: '#716842'

red 113 ◦ green 104 ◦ blue 66

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

Shades of Yellow Metal #716842

Tints of Yellow Metal #716842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.32%

R = 39.93%
G = 36.75%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#716842 (or 0x716842) is known color: Yellow Metal. HEX triplet: 71, 68 and 42. RGB value is (113,104,66). Sum of RGB (Red+Green+Blue) = 113+104+66=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 113 - color contains mainly: red. Hex color #716842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716842 is #8E97BD. Grayscale: #666666. Windows color (decimal): -9344958 or 4352113. OLE color: 4352113.

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

Color convert

RGB 113 104 66 -
CMYK 0 0.08 0.42 0.56
HSL 48.51º 0.26% 0.35% -
HSV(B) 48.51º 0.42% 0.44% -
XYZ 12.74 13.8 7.15 -
YUV 102.36 107.48 135.59 -
System Red Green Blue C M Y K H S L
Decimal 113 104 66 0 0.08 0.42 0.56 48.51 0.26 0.35
Hex 71 68 42 0 8 2A 38 31 1A 23
Octal 161 150 102 0 10 52 70 61 32 43
Binary 1110001 1101000 1000010 0 1000 101010 111000 110001 11010 100011

Color Harmonies of #716842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716842

Black with #716842

Text Example


Text Example

White with #716842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716842; }

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

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

background-color css

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

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

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

border-color css

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

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

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