Html Css Color HEX #716243 Yellow Metal

📋 copy color: '#716243'

red 113 ◦ green 98 ◦ blue 67

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

Shades of Yellow Metal #716243

Tints of Yellow Metal #716243

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.25%

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

R = 40.65%
G = 35.25%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#716243 (or 0x716243) is known color: Yellow Metal. HEX triplet: 71, 62 and 43. RGB value is (113,98,67). Sum of RGB (Red+Green+Blue) = 113+98+67=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #716243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716243 is #8E9DBC. Grayscale: #636363. Windows color (decimal): -9346493 or 4416113. OLE color: 4416113.

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

Color convert

RGB 113 98 67 -
CMYK 0 0.13 0.41 0.56
HSL 40.43º 0.26% 0.35% -
HSV(B) 40.43º 0.41% 0.44% -
XYZ 12.19 12.65 7.11 -
YUV 98.95 109.97 138.02 -
System Red Green Blue C M Y K H S L
Decimal 113 98 67 0 0.13 0.41 0.56 40.43 0.26 0.35
Hex 71 62 43 0 D 29 38 28 1A 23
Octal 161 142 103 0 15 51 70 50 32 43
Binary 1110001 1100010 1000011 0 1101 101001 111000 101000 11010 100011

Color Harmonies of #716243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716243

Black with #716243

Text Example


Text Example

White with #716243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716243; }

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

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

background-color css

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

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

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

border-color css

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

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

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