Html Css Color HEX #71643A Yellow Metal

📋 copy color: '#71643A'

red 113 ◦ green 100 ◦ blue 58

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

Shades of Yellow Metal #71643A

Tints of Yellow Metal #71643A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.9%

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

R = 41.7%
G = 36.9%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71643A (or 0x71643A) is known color: Yellow Metal. HEX triplet: 71, 64 and 3A. RGB value is (113,100,58). Sum of RGB (Red+Green+Blue) = 113+100+58=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #71643A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71643A is #8E9BC5. Grayscale: #636363. Windows color (decimal): -9345990 or 3826801. OLE color: 3826801.

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

Color convert

RGB 113 100 58 -
CMYK 0 0.12 0.49 0.56
HSL 45.82º 0.32% 0.34% -
HSV(B) 45.82º 0.49% 0.44% -
XYZ 12.13 12.93 5.86 -
YUV 99.1 104.81 137.92 -
System Red Green Blue C M Y K H S L
Decimal 113 100 58 0 0.12 0.49 0.56 45.82 0.32 0.34
Hex 71 64 3A 0 C 31 38 2E 20 22
Octal 161 144 72 0 14 61 70 56 40 42
Binary 1110001 1100100 111010 0 1100 110001 111000 101110 100000 100010

Color Harmonies of #71643A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71643A

Black with #71643A

Text Example


Text Example

White with #71643A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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