#86631F

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

Shades of Yukon Gold #86631F

Tints of Yukon Gold #86631F

Color information

#86631F (or 0x86631F) is unknown color: approx Yukon Gold. HEX triplet: 86, 63 and 1F. RGB value is (134,99,31). Sum of RGB (Red+Green+Blue) = 134+99+31=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #86631F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86631F is #799CE0. Grayscale: #666666. Windows color (decimal): -7970017 or 2057094. OLE color: 2057094.

HSL color Cylindrical-coordinate representation of color #86631F: hue angle of 39.61º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86631F is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB1349931-
CMYK00.260.770.47
HSL39.61º62.42%32.35%-
HSV(B)39.61º76.87%52.55%-
XYZ14.5414.093.25-
YUV101.7188.1151.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.76%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 31 (12.5% from 255) = 11.74%
R=50.76%
G=37.5%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134993100.260.770.4739.6162.4232.35
Hex86631F01A4D2F283e20
Octal2061433703211557507640
Binary100001101100011111110110101001101101111101000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86631F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86631F; }

 p { color: rgb(134,99,31); }

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

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

 a { background-color: rgb(134,99,31); }

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

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

 span { border-color: rgb(134,99,31); }

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