Html Css Color HEX #716642 Yellow Metal

📋 copy color: '#716642'

red 113 ◦ green 102 ◦ blue 66

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

Shades of Yellow Metal #716642

Tints of Yellow Metal #716642

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.3%

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

R = 40.21%
G = 36.3%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#716642 (or 0x716642) is known color: Yellow Metal. HEX triplet: 71, 66 and 42. RGB value is (113,102,66). Sum of RGB (Red+Green+Blue) = 113+102+66=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 113 - color contains mainly: red. Hex color #716642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716642 is #8E99BD. Grayscale: #656565. Windows color (decimal): -9345470 or 4351601. OLE color: 4351601.

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

Color convert

RGB 113 102 66 -
CMYK 0 0.10 0.42 0.56
HSL 45.96º 0.26% 0.35% -
HSV(B) 45.96º 0.42% 0.44% -
XYZ 12.54 13.41 7.08 -
YUV 101.19 108.14 136.43 -
System Red Green Blue C M Y K H S L
Decimal 113 102 66 0 0.10 0.42 0.56 45.96 0.26 0.35
Hex 71 66 42 0 A 2A 38 2E 1A 23
Octal 161 146 102 0 12 52 70 56 32 43
Binary 1110001 1100110 1000010 0 1010 101010 111000 101110 11010 100011

Color Harmonies of #716642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716642

Black with #716642

Text Example


Text Example

White with #716642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716642; }

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

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

background-color css

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

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

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

border-color css

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

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

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