#88680F

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

Shades of Yukon Gold #88680F

Tints of Yukon Gold #88680F

Color information

#88680F (or 0x88680F) is unknown color: approx Yukon Gold. HEX triplet: 88, 68 and 0F. RGB value is (136,104,15). Sum of RGB (Red+Green+Blue) = 136+104+15=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #88680F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88680F is #7797F0. Grayscale: #676767. Windows color (decimal): -7837681 or 1009800. OLE color: 1009800.

HSL color Cylindrical-coordinate representation of color #88680F: hue angle of 44.13º 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 #88680F is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB13610415-
CMYK00.240.890.47
HSL44.13º80.13%29.61%-
HSV(B)44.13º88.97%53.33%-
XYZ15.1915.172.58-
YUV103.4278.1151.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.33%
GREEN value IS 104 (41.02% from 255) = 40.78%
BLUE value IS 15 (6.25% from 255) = 5.88%
R=53.33%
G=40.78%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361041500.240.890.4744.1380.1329.61
Hex8868F018592F2c501e
Octal21015017030131575412036
Binary10001000110100011110110001011001101111101100101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88680F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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