Html Css Color HEX #716744 Yellow Metal

📋 copy color: '#716744'

red 113 ◦ green 103 ◦ blue 68

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

Shades of Yellow Metal #716744

Tints of Yellow Metal #716744

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.27%

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

R = 39.79%
G = 36.27%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#716744 (or 0x716744) is known color: Yellow Metal. HEX triplet: 71, 67 and 44. RGB value is (113,103,68). Sum of RGB (Red+Green+Blue) = 113+103+68=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #716744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716744 is #8E98BB. Grayscale: #666666. Windows color (decimal): -9345212 or 4482929. OLE color: 4482929.

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

Color convert

RGB 113 103 68 -
CMYK 0 0.09 0.40 0.56
HSL 46.67º 0.25% 0.35% -
HSV(B) 46.67º 0.4% 0.44% -
XYZ 12.7 13.63 7.43 -
YUV 102 108.81 135.85 -
System Red Green Blue C M Y K H S L
Decimal 113 103 68 0 0.09 0.40 0.56 46.67 0.25 0.35
Hex 71 67 44 0 9 28 38 2F 19 23
Octal 161 147 104 0 11 50 70 57 31 43
Binary 1110001 1100111 1000100 0 1001 101000 111000 101111 11001 100011

Color Harmonies of #716744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716744

Black with #716744

Text Example


Text Example

White with #716744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716744; }

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

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

background-color css

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

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

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

border-color css

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

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

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