#886C14

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

Shades of Yukon Gold #886C14

Tints of Yukon Gold #886C14

Color information

#886C14 (or 0x886C14) is unknown color: approx Yukon Gold. HEX triplet: 88, 6C and 14. RGB value is (136,108,20). Sum of RGB (Red+Green+Blue) = 136+108+20=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #886C14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886C14 is #7793EB. Grayscale: #6A6A6A. Windows color (decimal): -7836652 or 1338504. OLE color: 1338504.

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

Color convert

RGB13610820-
CMYK00.210.850.47
HSL45.52º74.36%30.59%-
HSV(B)45.52º85.29%53.33%-
XYZ15.6416.012.93-
YUV106.3479.28149.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.52%
GREEN value IS 108 (42.58% from 255) = 40.91%
BLUE value IS 20 (8.20% from 255) = 7.58%
R=51.52%
G=40.91%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361082000.210.850.4745.5274.3630.59
Hex886C14015552F2e4a1f
Octal21015424025125575611237
Binary100010001101100101000101011010101101111101110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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