#886913

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

Shades of Yukon Gold #886913

Tints of Yukon Gold #886913

Color information

#886913 (or 0x886913) is unknown color: approx Yukon Gold. HEX triplet: 88, 69 and 13. RGB value is (136,105,19). Sum of RGB (Red+Green+Blue) = 136+105+19=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #886913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886913 is #7796EC. Grayscale: #686868. Windows color (decimal): -7837421 or 1272200. OLE color: 1272200.

HSL color Cylindrical-coordinate representation of color #886913: hue angle of 44.1º 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 #886913 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB13610519-
CMYK00.230.860.47
HSL44.1º75.48%30.39%-
HSV(B)44.1º86.03%53.33%-
XYZ15.3215.382.78-
YUV104.4679.77150.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.31%
GREEN value IS 105 (41.41% from 255) = 40.38%
BLUE value IS 19 (7.81% from 255) = 7.31%
R=52.31%
G=40.38%
B=7.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361051900.230.860.4744.175.4830.39
Hex886913017562F2c4b1e
Octal21015123027126575411336
Binary100010001101001100110101111010110101111101100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886913; }

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

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

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

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

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

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

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

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