Html Css Color HEX #716644 Yellow Metal

📋 copy color: '#716644'

red 113 ◦ green 102 ◦ blue 68

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

Shades of Yellow Metal #716644

Tints of Yellow Metal #716644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.03%

R = 39.93%
G = 36.04%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#716644 (or 0x716644) is known color: Yellow Metal. HEX triplet: 71, 66 and 44. RGB value is (113,102,68). Sum of RGB (Red+Green+Blue) = 113+102+68=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 113 - color contains mainly: red. Hex color #716644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716644 is #8E99BB. Grayscale: #656565. Windows color (decimal): -9345468 or 4482673. OLE color: 4482673.

HSL color Cylindrical-coordinate representation of color #716644: hue angle of 45.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #716644 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 102 68 -
CMYK 0 0.10 0.40 0.56
HSL 45.33º 0.25% 0.35% -
HSV(B) 45.33º 0.4% 0.44% -
XYZ 12.6 13.43 7.4 -
YUV 101.41 109.14 136.26 -
System Red Green Blue C M Y K H S L
Decimal 113 102 68 0 0.10 0.40 0.56 45.33 0.25 0.35
Hex 71 66 44 0 A 28 38 2D 19 23
Octal 161 146 104 0 12 50 70 55 31 43
Binary 1110001 1100110 1000100 0 1010 101000 111000 101101 11001 100011

Color Harmonies of #716644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716644

Black with #716644

Text Example


Text Example

White with #716644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716644; }

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

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

background-color css

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

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

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

border-color css

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

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

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