#88661F

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

Shades of Yukon Gold #88661F

Tints of Yukon Gold #88661F

Color information

#88661F (or 0x88661F) is unknown color: approx Yukon Gold. HEX triplet: 88, 66 and 1F. RGB value is (136,102,31). Sum of RGB (Red+Green+Blue) = 136+102+31=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #88661F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88661F is #7799E0. Grayscale: #686868. Windows color (decimal): -7838177 or 2057864. OLE color: 2057864.

HSL color Cylindrical-coordinate representation of color #88661F: hue angle of 40.57º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #88661F is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB13610231-
CMYK00.250.770.47
HSL40.57º62.87%32.75%-
HSV(B)40.57º77.21%53.33%-
XYZ15.1514.843.36-
YUV104.0786.76150.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.56%
GREEN value IS 102 (40.23% from 255) = 37.92%
BLUE value IS 31 (12.5% from 255) = 11.52%
R=50.56%
G=37.92%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361023100.250.770.4740.5762.8732.75
Hex88661F0194D2F293f21
Octal2101463703111557517741
Binary100010001100110111110110011001101101111101001111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88661F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,102,31); }

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

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

 a { background-color: rgb(136,102,31); }

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

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

 span { border-color: rgb(136,102,31); }

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