#71653D

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

Shades of Yellow Metal #71653D

Tints of Yellow Metal #71653D

Color information

#71653D (or 0x71653D) is unknown color: approx Yellow Metal. HEX triplet: 71, 65 and 3D. RGB value is (113,101,61). Sum of RGB (Red+Green+Blue) = 113+101+61=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #71653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71653D is #8E9AC2. Grayscale: #646464. Windows color (decimal): -9345731 or 4023665. OLE color: 4023665.

HSL color Cylindrical-coordinate representation of color #71653D: hue angle of 46.15º 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 #71653D is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB11310161-
CMYK00.110.460.56
HSL46.15º29.89%34.12%-
HSV(B)46.15º46.02%44.31%-
XYZ12.3113.156.31-
YUV100.03105.98137.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.09%
GREEN value IS 101 (39.84% from 255) = 36.73%
BLUE value IS 61 (24.22% from 255) = 22.18%
R=41.09%
G=36.73%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131016100.110.460.5646.1529.8934.12
Hex71653D0B2E382e1e22
Octal161145750135670563642
Binary111000111001011111010101110111011100010111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71653D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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