#816625

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

Shades of Yukon Gold #816625

Tints of Yukon Gold #816625

Color information

#816625 (or 0x816625) is unknown color: approx Yukon Gold. HEX triplet: 81, 66 and 25. RGB value is (129,102,37). Sum of RGB (Red+Green+Blue) = 129+102+37=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #816625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816625 is #7E99DA. Grayscale: #666666. Windows color (decimal): -8296923 or 2451073. OLE color: 2451073.

HSL color Cylindrical-coordinate representation of color #816625: hue angle of 42.39º 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 #816625 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB12910237-
CMYK00.210.710.49
HSL42.39º55.42%32.55%-
HSV(B)42.39º71.32%50.59%-
XYZ14.1414.33.77-
YUV102.6690.95146.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.13%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 37 (14.84% from 255) = 13.81%
R=48.13%
G=38.06%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291023700.210.710.4942.3955.4232.55
Hex81662501547312a3721
Octal2011464502510761526741
Binary1000000111001101001010101011000111110001101010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816625; }

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

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

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

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

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

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

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

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