#81680D

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

Shades of Yukon Gold #81680D

Tints of Yukon Gold #81680D

Color information

#81680D (or 0x81680D) is unknown color: approx Yukon Gold. HEX triplet: 81, 68 and 0D. RGB value is (129,104,13). Sum of RGB (Red+Green+Blue) = 129+104+13=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #81680D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81680D is #7E97F2. Grayscale: #656565. Windows color (decimal): -8296435 or 878721. OLE color: 878721.

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

Color convert

RGB12910413-
CMYK00.190.900.49
HSL47.07º81.69%27.84%-
HSV(B)47.07º89.92%50.59%-
XYZ14.0814.62.46-
YUV101.178.28147.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.44%
GREEN value IS 104 (41.02% from 255) = 42.28%
BLUE value IS 13 (5.47% from 255) = 5.28%
R=52.44%
G=42.28%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.90
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291041300.190.900.4947.0781.6927.84
Hex8168D0135A312f521c
Octal20115015023132615712234
Binary10000001110100011010100111011010110001101111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81680D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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