Html Css Color HEX #71603E Yellow Metal

📋 copy color: '#71603E'

red 113 ◦ green 96 ◦ blue 62

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

Shades of Yellow Metal #71603E

Tints of Yellow Metal #71603E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.42%

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

R = 41.7%
G = 35.42%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#71603E (or 0x71603E) is known color: Yellow Metal. HEX triplet: 71, 60 and 3E. RGB value is (113,96,62). Sum of RGB (Red+Green+Blue) = 113+96+62=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #71603E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71603E is #8E9FC1. Grayscale: #616161. Windows color (decimal): -9347010 or 4087921. OLE color: 4087921.

HSL color Cylindrical-coordinate representation of color #71603E: hue angle of 40º 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 #71603E is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 96 62 -
CMYK 0 0.15 0.45 0.56
HSL 40º 0.29% 0.34% -
HSV(B) 40º 0.45% 0.44% -
XYZ 11.86 12.22 6.29 -
YUV 97.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 113 96 62 0 0.15 0.45 0.56 40 0.29 0.34
Hex 71 60 3E 0 F 2D 38 28 1D 22
Octal 161 140 76 0 17 55 70 50 35 42
Binary 1110001 1100000 111110 0 1111 101101 111000 101000 11101 100010

Color Harmonies of #71603E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71603E

Black with #71603E

Text Example


Text Example

White with #71603E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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