Html Css Color HEX #71673A Yellow Metal

📋 copy color: '#71673A'

red 113 ◦ green 103 ◦ blue 58

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

Shades of Yellow Metal #71673A

Tints of Yellow Metal #71673A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.59%

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

R = 41.24%
G = 37.59%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#71673A (or 0x71673A) is known color: Yellow Metal. HEX triplet: 71, 67 and 3A. RGB value is (113,103,58). Sum of RGB (Red+Green+Blue) = 113+103+58=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 113 - color contains mainly: red. Hex color #71673A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71673A is #8E98C5. Grayscale: #656565. Windows color (decimal): -9345222 or 3827569. OLE color: 3827569.

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

Color convert

RGB 113 103 58 -
CMYK 0 0.09 0.49 0.56
HSL 49.09º 0.32% 0.34% -
HSV(B) 49.09º 0.49% 0.44% -
XYZ 12.42 13.52 5.96 -
YUV 100.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 113 103 58 0 0.09 0.49 0.56 49.09 0.32 0.34
Hex 71 67 3A 0 9 31 38 31 20 22
Octal 161 147 72 0 11 61 70 61 40 42
Binary 1110001 1100111 111010 0 1001 110001 111000 110001 100000 100010

Color Harmonies of #71673A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71673A

Black with #71673A

Text Example


Text Example

White with #71673A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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