#866610

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

Shades of Yukon Gold #866610

Tints of Yukon Gold #866610

Color information

#866610 (or 0x866610) is unknown color: approx Yukon Gold. HEX triplet: 86, 66 and 10. RGB value is (134,102,16). Sum of RGB (Red+Green+Blue) = 134+102+16=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #866610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866610 is #7999EF. Grayscale: #666666. Windows color (decimal): -7969264 or 1074822. OLE color: 1074822.

HSL color Cylindrical-coordinate representation of color #866610: hue angle of 43.73º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #866610 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB13410216-
CMYK00.240.880.47
HSL43.73º78.67%29.41%-
HSV(B)43.73º88.06%52.55%-
XYZ14.6814.612.54-
YUV101.7679.6150.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.17%
GREEN value IS 102 (40.23% from 255) = 40.48%
BLUE value IS 16 (6.64% from 255) = 6.35%
R=53.17%
G=40.48%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341021600.240.880.4743.7378.6729.41
Hex866610018582F2c4f1d
Octal20614620030130575411735
Binary100001101100110100000110001011000101111101100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866610; }

 p { color: rgb(134,102,16); }

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

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

 a { background-color: rgb(134,102,16); }

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

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

 span { border-color: rgb(134,102,16); }

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