#886018

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

Shades of Yukon Gold #886018

Tints of Yukon Gold #886018

Color information

#886018 (or 0x886018) is unknown color: approx Yukon Gold. HEX triplet: 88, 60 and 18. RGB value is (136,96,24). Sum of RGB (Red+Green+Blue) = 136+96+24=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #886018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886018 is #779FE7. Grayscale: #646464. Windows color (decimal): -7839720 or 1597576. OLE color: 1597576.

HSL color Cylindrical-coordinate representation of color #886018: hue angle of 38.57º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #886018 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB1369624-
CMYK00.290.820.47
HSL38.57º70%31.37%-
HSV(B)38.57º82.35%53.33%-
XYZ14.513.672.74-
YUV99.7585.25153.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.12%
GREEN value IS 96 (37.89% from 255) = 37.5%
BLUE value IS 24 (9.77% from 255) = 9.38%
R=53.12%
G=37.5%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136962400.290.820.4738.577031.37
Hex88601801D522F27461f
Octal21014030035122574710637
Binary100010001100000110000111011010010101111100111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886018; }

 p { color: rgb(136,96,24); }

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

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

 a { background-color: rgb(136,96,24); }

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

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

 span { border-color: rgb(136,96,24); }

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