#816C1D

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

Shades of Yukon Gold #816C1D

Tints of Yukon Gold #816C1D

Color information

#816C1D (or 0x816C1D) is unknown color: approx Yukon Gold. HEX triplet: 81, 6C and 1D. RGB value is (129,108,29). Sum of RGB (Red+Green+Blue) = 129+108+29=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #816C1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816C1D is #7E93E2. Grayscale: #696969. Windows color (decimal): -8295395 or 1928321. OLE color: 1928321.

HSL color Cylindrical-coordinate representation of color #816C1D: hue angle of 47.4º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #816C1D is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB12910829-
CMYK00.160.780.49
HSL47.4º63.29%30.98%-
HSV(B)47.4º77.52%50.59%-
XYZ14.6415.483.38-
YUV105.2784.96144.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.50%
GREEN value IS 108 (42.58% from 255) = 40.60%
BLUE value IS 29 (11.72% from 255) = 10.90%
R=48.50%
G=40.60%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291082900.160.780.4947.463.2930.98
Hex816C1D0104E312f3f1f
Octal2011543502011661577737
Binary10000001110110011101010000100111011000110111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816C1D; }

 p { color: rgb(129,108,29); }

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

<style>
 a { background-color: #816C1D; }

 a { background-color: rgb(129,108,29); }

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

<style>
 span { border-color: #816C1D; }

 span { border-color: rgb(129,108,29); }

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