#886A13

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

Shades of Yukon Gold #886A13

Tints of Yukon Gold #886A13

Color information

#886A13 (or 0x886A13) is unknown color: approx Yukon Gold. HEX triplet: 88, 6A and 13. RGB value is (136,106,19). Sum of RGB (Red+Green+Blue) = 136+106+19=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #886A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886A13 is #7795EC. Grayscale: #696969. Windows color (decimal): -7837165 or 1272456. OLE color: 1272456.

HSL color Cylindrical-coordinate representation of color #886A13: hue angle of 44.62º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #886A13 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB13610619-
CMYK00.220.860.47
HSL44.62º75.48%30.39%-
HSV(B)44.62º86.03%53.33%-
XYZ15.4215.592.81-
YUV105.0579.44150.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.11%
GREEN value IS 106 (41.80% from 255) = 40.61%
BLUE value IS 19 (7.81% from 255) = 7.28%
R=52.11%
G=40.61%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361061900.220.860.4744.6275.4830.39
Hex886A13016562F2d4b1e
Octal21015223026126575511336
Binary100010001101010100110101101010110101111101101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886A13; }

 p { color: rgb(136,106,19); }

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

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

 a { background-color: rgb(136,106,19); }

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

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

 span { border-color: rgb(136,106,19); }

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