Html Css Color HEX #716342 Yellow Metal

📋 copy color: '#716342'

red 113 ◦ green 99 ◦ blue 66

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

Shades of Yellow Metal #716342

Tints of Yellow Metal #716342

RGB

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

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

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

R = 40.65%
G = 35.61%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#716342 (or 0x716342) is known color: Yellow Metal. HEX triplet: 71, 63 and 42. RGB value is (113,99,66). Sum of RGB (Red+Green+Blue) = 113+99+66=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #716342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716342 is #8E9CBD. Grayscale: #636363. Windows color (decimal): -9346238 or 4350833. OLE color: 4350833.

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

Color convert

RGB 113 99 66 -
CMYK 0 0.12 0.42 0.56
HSL 42.13º 0.26% 0.35% -
HSV(B) 42.13º 0.42% 0.44% -
XYZ 12.26 12.83 6.98 -
YUV 99.42 109.14 137.68 -
System Red Green Blue C M Y K H S L
Decimal 113 99 66 0 0.12 0.42 0.56 42.13 0.26 0.35
Hex 71 63 42 0 C 2A 38 2A 1A 23
Octal 161 143 102 0 14 52 70 52 32 43
Binary 1110001 1100011 1000010 0 1100 101010 111000 101010 11010 100011

Color Harmonies of #716342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716342

Black with #716342

Text Example


Text Example

White with #716342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716342; }

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

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

background-color css

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

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

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

border-color css

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

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

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