#71693D

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

Shades of Yellow Metal #71693D

Tints of Yellow Metal #71693D

Color information

#71693D (or 0x71693D) is unknown color: approx Yellow Metal. HEX triplet: 71, 69 and 3D. RGB value is (113,105,61). Sum of RGB (Red+Green+Blue) = 113+105+61=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #71693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71693D is #8E96C2. Grayscale: #666666. Windows color (decimal): -9344707 or 4024689. OLE color: 4024689.

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

Color convert

RGB11310561-
CMYK00.070.460.56
HSL50.77º29.89%34.12%-
HSV(B)50.77º46.02%44.31%-
XYZ12.713.956.44-
YUV102.38104.65135.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.50%
GREEN value IS 105 (41.41% from 255) = 37.63%
BLUE value IS 61 (24.22% from 255) = 21.86%
R=40.50%
G=37.63%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131056100.070.460.5650.7729.8934.12
Hex71693D072E38331e22
Octal16115175075670633642
Binary11100011101001111101011110111011100011001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71693D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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