#88710F

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

Shades of Yukon Gold #88710F

Tints of Yukon Gold #88710F

Color information

#88710F (or 0x88710F) is unknown color: approx Yukon Gold. HEX triplet: 88, 71 and 0F. RGB value is (136,113,15). Sum of RGB (Red+Green+Blue) = 136+113+15=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #88710F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88710F is #778EF0. Grayscale: #6D6D6D. Windows color (decimal): -7835377 or 1012104. OLE color: 1012104.

HSL color Cylindrical-coordinate representation of color #88710F: hue angle of 48.6º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88710F is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB13611315-
CMYK00.170.890.47
HSL48.6º80.13%29.61%-
HSV(B)48.6º88.97%53.33%-
XYZ16.1417.082.9-
YUV108.775.12147.47-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.52%
GREEN value IS 113 (44.53% from 255) = 42.80%
BLUE value IS 15 (6.25% from 255) = 5.68%
R=51.52%
G=42.80%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361131500.170.890.4748.680.1329.61
Hex8871F011592F31501e
Octal21016117021131576112036
Binary10001000111000111110100011011001101111110001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88710F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88710F; }

 p { color: rgb(136,113,15); }

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

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

 a { background-color: rgb(136,113,15); }

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

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

 span { border-color: rgb(136,113,15); }

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