#71631A

Color #71631A Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #71631A

Tints of Yukon Gold #71631A

Color information

#71631A (or 0x71631A) is unknown color: approx Yukon Gold. HEX triplet: 71, 63 and 1A. RGB value is (113,99,26). Sum of RGB (Red+Green+Blue) = 113+99+26=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #71631A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71631A is #8E9CE5. Grayscale: #5F5F5F. Windows color (decimal): -9346278 or 1729393. OLE color: 1729393.

HSL color Cylindrical-coordinate representation of color #71631A: hue angle of 50.34º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71631A is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1139926-
CMYK00.120.770.56
HSL50.34º62.59%27.25%-
HSV(B)50.34º76.99%44.31%-
XYZ11.4612.512.79-
YUV94.8689.14140.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.48%
GREEN value IS 99 (39.06% from 255) = 41.60%
BLUE value IS 26 (10.55% from 255) = 10.92%
R=47.48%
G=41.60%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113992600.120.770.5650.3462.5927.25
Hex71631A0C4D38323f1b
Octal1611433201411570627733
Binary111000111000111101001100100110111100011001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71631A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,99,26); }

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

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

 a { background-color: rgb(113,99,26); }

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

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

 span { border-color: rgb(113,99,26); }

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