#816926

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

Shades of Yukon Gold #816926

Tints of Yukon Gold #816926

Color information

#816926 (or 0x816926) is unknown color: approx Yukon Gold. HEX triplet: 81, 69 and 26. RGB value is (129,105,38). Sum of RGB (Red+Green+Blue) = 129+105+38=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #816926 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816926 is #7E96D9. Grayscale: #686868. Windows color (decimal): -8296154 or 2517377. OLE color: 2517377.

HSL color Cylindrical-coordinate representation of color #816926: hue angle of 44.18º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #816926 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB12910538-
CMYK00.190.710.49
HSL44.18º54.49%32.75%-
HSV(B)44.18º70.54%50.59%-
XYZ14.4514.913.95-
YUV104.5490.45145.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.43%
GREEN value IS 105 (41.41% from 255) = 38.60%
BLUE value IS 38 (15.23% from 255) = 13.97%
R=47.43%
G=38.60%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291053800.190.710.4944.1854.4932.75
Hex81692601347312c3621
Octal2011514602310761546641
Binary1000000111010011001100100111000111110001101100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816926; }

 p { color: rgb(129,105,38); }

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

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

 a { background-color: rgb(129,105,38); }

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

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

 span { border-color: rgb(129,105,38); }

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