#71693F

Color #71693F Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #71693F

Tints of Yellow Metal #71693F

Color information

#71693F (or 0x71693F) is unknown color: approx Yellow Metal. HEX triplet: 71, 69 and 3F. RGB value is (113,105,63). Sum of RGB (Red+Green+Blue) = 113+105+63=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 113 - color contains mainly: red. Hex color #71693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71693F is #8E96C0. Grayscale: #666666. Windows color (decimal): -9344705 or 4155761. OLE color: 4155761.

HSL color Cylindrical-coordinate representation of color #71693F: hue angle of 50.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71693F is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB11310563-
CMYK00.070.440.56
HSL50.4º28.41%34.51%-
HSV(B)50.4º44.25%44.31%-
XYZ12.7613.976.73-
YUV102.6105.65135.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.21%
GREEN value IS 105 (41.41% from 255) = 37.37%
BLUE value IS 63 (25% from 255) = 22.42%
R=40.21%
G=37.37%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131056300.070.440.5650.428.4134.51
Hex71693F072C38321c23
Octal16115177075470623443
Binary11100011101001111111011110110011100011001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71693F; }

 p { color: rgb(113,105,63); }

 H1.HeaderClassName
 {
   color: #71693F;
 }
 .AnyTagClassName
 {
   color: #71693F;
 }
</style>
background-color css

<style>
 a { background-color: #71693F; }

 a { background-color: rgb(113,105,63); }

 div.DivClassName
 {
   background-color: #71693F;
 }
 .BgClassName
 {
   background-color: #71693F;
 }
</style>
border-color css

<style>
 span { border-color: #71693F; }

 span { border-color: rgb(113,105,63); }

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