Html Css Color HEX #71623A Yellow Metal

📋 copy color: '#71623A'

red 113 ◦ green 98 ◦ blue 58

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

Shades of Yellow Metal #71623A

Tints of Yellow Metal #71623A

RGB

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

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

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

R = 42.01%
G = 36.43%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71623A (or 0x71623A) is known color: Yellow Metal. HEX triplet: 71, 62 and 3A. RGB value is (113,98,58). Sum of RGB (Red+Green+Blue) = 113+98+58=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #71623A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71623A is #8E9DC5. Grayscale: #626262. Windows color (decimal): -9346502 or 3826289. OLE color: 3826289.

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

Color convert

RGB 113 98 58 -
CMYK 0 0.13 0.49 0.56
HSL 43.64º 0.32% 0.34% -
HSV(B) 43.64º 0.49% 0.44% -
XYZ 11.94 12.55 5.8 -
YUV 97.93 105.47 138.75 -
System Red Green Blue C M Y K H S L
Decimal 113 98 58 0 0.13 0.49 0.56 43.64 0.32 0.34
Hex 71 62 3A 0 D 31 38 2C 20 22
Octal 161 142 72 0 15 61 70 54 40 42
Binary 1110001 1100010 111010 0 1101 110001 111000 101100 100000 100010

Color Harmonies of #71623A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71623A

Black with #71623A

Text Example


Text Example

White with #71623A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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