Html Css Color HEX #716343 Yellow Metal

📋 copy color: '#716343'

red 113 ◦ green 99 ◦ blue 67

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

Shades of Yellow Metal #716343

Tints of Yellow Metal #716343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.01%

R = 40.5%
G = 35.48%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#716343 (or 0x716343) is known color: Yellow Metal. HEX triplet: 71, 63 and 43. RGB value is (113,99,67). Sum of RGB (Red+Green+Blue) = 113+99+67=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #716343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716343 is #8E9CBC. Grayscale: #636363. Windows color (decimal): -9346237 or 4416369. OLE color: 4416369.

HSL color Cylindrical-coordinate representation of color #716343: hue angle of 41.74º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #716343 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 99 67 -
CMYK 0 0.12 0.41 0.56
HSL 41.74º 0.26% 0.35% -
HSV(B) 41.74º 0.41% 0.44% -
XYZ 12.29 12.84 7.14 -
YUV 99.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 113 99 67 0 0.12 0.41 0.56 41.74 0.26 0.35
Hex 71 63 43 0 C 29 38 2A 1A 23
Octal 161 143 103 0 14 51 70 52 32 43
Binary 1110001 1100011 1000011 0 1100 101001 111000 101010 11010 100011

Color Harmonies of #716343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716343

Black with #716343

Text Example


Text Example

White with #716343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716343; }

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

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

background-color css

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

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

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

border-color css

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

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

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