#886C0A

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

Shades of Yukon Gold #886C0A

Tints of Yukon Gold #886C0A

Color information

#886C0A (or 0x886C0A) is unknown color: approx Yukon Gold. HEX triplet: 88, 6C and 0A. RGB value is (136,108,10). Sum of RGB (Red+Green+Blue) = 136+108+10=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #886C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886C0A is #7793F5. Grayscale: #696969. Windows color (decimal): -7836662 or 683144. OLE color: 683144.

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

Color convert

RGB13610810-
CMYK00.210.930.47
HSL46.67º86.3%28.63%-
HSV(B)46.67º92.65%53.33%-
XYZ15.5715.982.55-
YUV105.274.28149.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.54%
GREEN value IS 108 (42.58% from 255) = 42.52%
BLUE value IS 10 (4.30% from 255) = 3.94%
R=53.54%
G=42.52%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361081000.210.930.4746.6786.328.63
Hex886CA0155D2F2f561d
Octal21015412025135575712635
Binary10001000110110010100101011011101101111101111101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,108,10); }

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

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

 a { background-color: rgb(136,108,10); }

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

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

 span { border-color: rgb(136,108,10); }

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