Html Css Color HEX #716640 Yellow Metal

📋 copy color: '#716640'

red 113 ◦ green 102 ◦ blue 64

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

Shades of Yellow Metal #716640

Tints of Yellow Metal #716640

RGB

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

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

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

R = 40.5%
G = 36.56%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#716640 (or 0x716640) is known color: Yellow Metal. HEX triplet: 71, 66 and 40. RGB value is (113,102,64). Sum of RGB (Red+Green+Blue) = 113+102+64=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #716640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716640 is #8E99BF. Grayscale: #656565. Windows color (decimal): -9345472 or 4220529. OLE color: 4220529.

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

Color convert

RGB 113 102 64 -
CMYK 0 0.10 0.43 0.56
HSL 46.53º 0.28% 0.35% -
HSV(B) 46.53º 0.43% 0.44% -
XYZ 12.49 13.38 6.78 -
YUV 100.96 107.14 136.59 -
System Red Green Blue C M Y K H S L
Decimal 113 102 64 0 0.10 0.43 0.56 46.53 0.28 0.35
Hex 71 66 40 0 A 2B 38 2F 1C 23
Octal 161 146 100 0 12 53 70 57 34 43
Binary 1110001 1100110 1000000 0 1010 101011 111000 101111 11100 100011

Color Harmonies of #716640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716640

Black with #716640

Text Example


Text Example

White with #716640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716640; }

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

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

background-color css

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

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

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

border-color css

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

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

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