#816B1B

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

Shades of Yukon Gold #816B1B

Tints of Yukon Gold #816B1B

Color information

#816B1B (or 0x816B1B) is unknown color: approx Yukon Gold. HEX triplet: 81, 6B and 1B. RGB value is (129,107,27). Sum of RGB (Red+Green+Blue) = 129+107+27=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 129 - color contains mainly: red. Hex color #816B1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816B1B is #7E94E4. Grayscale: #686868. Windows color (decimal): -8295653 or 1796993. OLE color: 1796993.

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

Color convert

RGB12910727-
CMYK00.170.790.49
HSL47.06º65.38%30.59%-
HSV(B)47.06º79.07%50.59%-
XYZ14.5115.263.22-
YUV104.4684.29145.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.05%
GREEN value IS 107 (42.19% from 255) = 40.68%
BLUE value IS 27 (10.94% from 255) = 10.27%
R=49.05%
G=40.68%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291072700.170.790.4947.0665.3830.59
Hex816B1B0114F312f411f
Octal20115333021117615710137
Binary100000011101011110110100011001111110001101111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,107,27); }

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

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

 a { background-color: rgb(129,107,27); }

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

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

 span { border-color: rgb(129,107,27); }

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