#71693B

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

Shades of Yellow Metal #71693B

Tints of Yellow Metal #71693B

Color information

#71693B (or 0x71693B) is unknown color: approx Yellow Metal. HEX triplet: 71, 69 and 3B. RGB value is (113,105,59). Sum of RGB (Red+Green+Blue) = 113+105+59=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 113 - color contains mainly: red. Hex color #71693B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71693B is #8E96C4. Grayscale: #666666. Windows color (decimal): -9344709 or 3893617. OLE color: 3893617.

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

Color convert

RGB11310559-
CMYK00.070.480.56
HSL51.11º31.4%33.73%-
HSV(B)51.11º47.79%44.31%-
XYZ12.6513.936.16-
YUV102.15103.65135.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.79%
GREEN value IS 105 (41.41% from 255) = 37.91%
BLUE value IS 59 (23.44% from 255) = 21.30%
R=40.79%
G=37.91%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131055900.070.480.5651.1131.433.73
Hex71693B073038331f22
Octal16115173076070633742
Binary11100011101001111011011111000011100011001111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71693B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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