#81651f

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

Shades of Yukon Gold #81651F

Tints of Yukon Gold #81651F

Color information

#81651F (or 0x81651F) is unknown color: approx Yukon Gold. HEX triplet: 81, 65 and 1F. RGB value is (129,101,31). Sum of RGB (Red+Green+Blue) = 129+101+31=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #81651F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81651F is #7E9AE0. Grayscale: #656565. Windows color (decimal): -8297185 or 2057601. OLE color: 2057601.

HSL color Cylindrical-coordinate representation of color #81651F: hue angle of 42.86º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #81651F is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB12910131-
CMYK00.220.760.49
HSL42.86º61.25%31.37%-
HSV(B)42.86º75.97%50.59%-
XYZ13.9514.073.28-
YUV101.3988.28147.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.43%
GREEN value IS 101 (39.84% from 255) = 38.70%
BLUE value IS 31 (12.5% from 255) = 11.88%
R=49.43%
G=38.70%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291013100.220.760.4942.8661.2531.37
Hex81651F0164C312b3d1f
Octal2011453702611461537537
Binary10000001110010111111010110100110011000110101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81651f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81651f; }

 p { color: rgb(129,101,31); }

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

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

 a { background-color: rgb(129,101,31); }

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

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

 span { border-color: rgb(129,101,31); }

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