#81680F

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

Shades of Yukon Gold #81680F

Tints of Yukon Gold #81680F

Color information

#81680F (or 0x81680F) is unknown color: approx Yukon Gold. HEX triplet: 81, 68 and 0F. RGB value is (129,104,15). Sum of RGB (Red+Green+Blue) = 129+104+15=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #81680F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81680F is #7E97F0. Grayscale: #656565. Windows color (decimal): -8296433 or 1009793. OLE color: 1009793.

HSL color Cylindrical-coordinate representation of color #81680F: hue angle of 46.84º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81680F is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB12910415-
CMYK00.190.880.49
HSL46.84º79.17%28.24%-
HSV(B)46.84º88.37%50.59%-
XYZ14.0914.62.53-
YUV101.3379.28147.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.02%
GREEN value IS 104 (41.02% from 255) = 41.94%
BLUE value IS 15 (6.25% from 255) = 6.05%
R=52.02%
G=41.94%
B=6.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291041500.190.880.4946.8479.1728.24
Hex8168F01358312f4f1c
Octal20115017023130615711734
Binary10000001110100011110100111011000110001101111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81680F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81680F; }

 p { color: rgb(129,104,15); }

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

<style>
 a { background-color: #81680F; }

 a { background-color: rgb(129,104,15); }

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

<style>
 span { border-color: #81680F; }

 span { border-color: rgb(129,104,15); }

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