#88690F

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

Shades of Yukon Gold #88690F

Tints of Yukon Gold #88690F

Color information

#88690F (or 0x88690F) is unknown color: approx Yukon Gold. HEX triplet: 88, 69 and 0F. RGB value is (136,105,15). Sum of RGB (Red+Green+Blue) = 136+105+15=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #88690F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88690F is #7796F0. Grayscale: #686868. Windows color (decimal): -7837425 or 1010056. OLE color: 1010056.

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

Color convert

RGB13610515-
CMYK00.230.890.47
HSL44.63º80.13%29.61%-
HSV(B)44.63º88.97%53.33%-
XYZ15.2915.372.61-
YUV104.0177.77150.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.12%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 15 (6.25% from 255) = 5.86%
R=53.12%
G=41.02%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361051500.230.890.4744.6380.1329.61
Hex8869F017592F2d501e
Octal21015117027131575512036
Binary10001000110100111110101111011001101111101101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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