Html Css Color HEX #71613E Yellow Metal

📋 copy color: '#71613E'

red 113 ◦ green 97 ◦ blue 62

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

Shades of Yellow Metal #71613E

Tints of Yellow Metal #71613E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.66%

 BLUE value IS 62 (24.61% from 255) = 22.79%

R = 41.54%
G = 35.66%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#71613E (or 0x71613E) is known color: Yellow Metal. HEX triplet: 71, 61 and 3E. RGB value is (113,97,62). Sum of RGB (Red+Green+Blue) = 113+97+62=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #71613E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71613E is #8E9EC1. Grayscale: #616161. Windows color (decimal): -9346754 or 4088177. OLE color: 4088177.

HSL color Cylindrical-coordinate representation of color #71613E: hue angle of 41.18º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71613E is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 97 62 -
CMYK 0 0.14 0.45 0.56
HSL 41.18º 0.29% 0.34% -
HSV(B) 41.18º 0.45% 0.44% -
XYZ 11.95 12.41 6.32 -
YUV 97.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 113 97 62 0 0.14 0.45 0.56 41.18 0.29 0.34
Hex 71 61 3E 0 E 2D 38 29 1D 22
Octal 161 141 76 0 16 55 70 51 35 42
Binary 1110001 1100001 111110 0 1110 101101 111000 101001 11101 100010

Color Harmonies of #71613E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71613E

Black with #71613E

Text Example


Text Example

White with #71613E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71613E; }

 p { color: rgb(113,97,62); }

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

background-color css

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

 a { background-color: rgb(113,97,62); }

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

border-color css

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

 span { border-color: rgb(113,97,62); }

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