Html Css Color HEX #71663A Yellow Metal

📋 copy color: '#71663A'

red 113 ◦ green 102 ◦ blue 58

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

Shades of Yellow Metal #71663A

Tints of Yellow Metal #71663A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.36%

 BLUE value IS 58 (23.05% from 255) = 21.25%

R = 41.39%
G = 37.36%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71663A (or 0x71663A) is known color: Yellow Metal. HEX triplet: 71, 66 and 3A. RGB value is (113,102,58). Sum of RGB (Red+Green+Blue) = 113+102+58=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #71663A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71663A is #8E99C5. Grayscale: #646464. Windows color (decimal): -9345478 or 3827313. OLE color: 3827313.

HSL color Cylindrical-coordinate representation of color #71663A: hue angle of 48º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71663A is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 102 58 -
CMYK 0 0.10 0.49 0.56
HSL 48º 0.32% 0.34% -
HSV(B) 48º 0.49% 0.44% -
XYZ 12.33 13.32 5.92 -
YUV 100.27 104.14 137.08 -
System Red Green Blue C M Y K H S L
Decimal 113 102 58 0 0.10 0.49 0.56 48 0.32 0.34
Hex 71 66 3A 0 A 31 38 30 20 22
Octal 161 146 72 0 12 61 70 60 40 42
Binary 1110001 1100110 111010 0 1010 110001 111000 110000 100000 100010

Color Harmonies of #71663A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71663A

Black with #71663A

Text Example


Text Example

White with #71663A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71663A; }

 p { color: rgb(113,102,58); }

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

background-color css

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

 a { background-color: rgb(113,102,58); }

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

border-color css

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

 span { border-color: rgb(113,102,58); }

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