Html Css Color HEX #716344 Yellow Metal

📋 copy color: '#716344'

red 113 ◦ green 99 ◦ blue 68

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

Shades of Yellow Metal #716344

Tints of Yellow Metal #716344

RGB

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

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

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

R = 40.36%
G = 35.36%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#716344 (or 0x716344) is known color: Yellow Metal. HEX triplet: 71, 63 and 44. RGB value is (113,99,68). Sum of RGB (Red+Green+Blue) = 113+99+68=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #716344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716344 is #8E9CBB. Grayscale: #636363. Windows color (decimal): -9346236 or 4481905. OLE color: 4481905.

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

Color convert

RGB 113 99 68 -
CMYK 0 0.12 0.40 0.56
HSL 41.33º 0.25% 0.35% -
HSV(B) 41.33º 0.4% 0.44% -
XYZ 12.32 12.85 7.3 -
YUV 99.65 110.14 137.52 -
System Red Green Blue C M Y K H S L
Decimal 113 99 68 0 0.12 0.40 0.56 41.33 0.25 0.35
Hex 71 63 44 0 C 28 38 29 19 23
Octal 161 143 104 0 14 50 70 51 31 43
Binary 1110001 1100011 1000100 0 1100 101000 111000 101001 11001 100011

Color Harmonies of #716344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716344

Black with #716344

Text Example


Text Example

White with #716344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716344; }

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

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

background-color css

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

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

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

border-color css

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

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

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