#86631E

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

Shades of Yukon Gold #86631E

Tints of Yukon Gold #86631E

Color information

#86631E (or 0x86631E) is unknown color: approx Yukon Gold. HEX triplet: 86, 63 and 1E. RGB value is (134,99,30). Sum of RGB (Red+Green+Blue) = 134+99+30=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #86631E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86631E is #799CE1. Grayscale: #656565. Windows color (decimal): -7970018 or 1991558. OLE color: 1991558.

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

Color convert

RGB1349930-
CMYK00.260.780.47
HSL39.81º63.41%32.16%-
HSV(B)39.81º77.61%52.55%-
XYZ14.5314.093.18-
YUV101.687.6151.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.95%
GREEN value IS 99 (39.06% from 255) = 37.64%
BLUE value IS 30 (12.11% from 255) = 11.41%
R=50.95%
G=37.64%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134993000.260.780.4739.8163.4132.16
Hex86631E01A4E2F283f20
Octal2061433603211657507740
Binary100001101100011111100110101001110101111101000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86631E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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