#886411

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

Shades of Yukon Gold #886411

Tints of Yukon Gold #886411

Color information

#886411 (or 0x886411) is unknown color: approx Yukon Gold. HEX triplet: 88, 64 and 11. RGB value is (136,100,17). Sum of RGB (Red+Green+Blue) = 136+100+17=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #886411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886411 is #779BEE. Grayscale: #656565. Windows color (decimal): -7838703 or 1139848. OLE color: 1139848.

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

Color convert

RGB13610017-
CMYK00.260.870.47
HSL41.85º77.78%30%-
HSV(B)41.85º87.5%53.33%-
XYZ14.8114.392.53-
YUV101.380.43152.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.75%
GREEN value IS 100 (39.45% from 255) = 39.53%
BLUE value IS 17 (7.03% from 255) = 6.72%
R=53.75%
G=39.53%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361001700.260.870.4741.8577.7830
Hex88641101A572F2a4e1e
Octal21014421032127575211636
Binary100010001100100100010110101010111101111101010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886411; }

 p { color: rgb(136,100,17); }

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

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

 a { background-color: rgb(136,100,17); }

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

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

 span { border-color: rgb(136,100,17); }

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