#816F25

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

Shades of Yukon Gold #816F25

Tints of Yukon Gold #816F25

Color information

#816F25 (or 0x816F25) is unknown color: approx Yukon Gold. HEX triplet: 81, 6F and 25. RGB value is (129,111,37). Sum of RGB (Red+Green+Blue) = 129+111+37=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #816F25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816F25 is #7E90DA. Grayscale: #6C6C6C. Windows color (decimal): -8294619 or 2453377. OLE color: 2453377.

HSL color Cylindrical-coordinate representation of color #816F25: hue angle of 48.26º degrees, saturation: 0.55, 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 #816F25 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB12911137-
CMYK00.140.710.49
HSL48.26º55.42%32.55%-
HSV(B)48.26º71.32%50.59%-
XYZ15.0716.174.08-
YUV107.9587.96143.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.57%
GREEN value IS 111 (43.75% from 255) = 40.07%
BLUE value IS 37 (14.84% from 255) = 13.36%
R=46.57%
G=40.07%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291113700.140.710.4948.2655.4232.55
Hex816F250E4731303721
Octal2011574501610761606741
Binary100000011101111100101011101000111110001110000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,111,37); }

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

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

 a { background-color: rgb(129,111,37); }

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

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

 span { border-color: rgb(129,111,37); }

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