#866708

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

Shades of Yukon Gold #866708

Tints of Yukon Gold #866708

Color information

#866708 (or 0x866708) is unknown color: approx Yukon Gold. HEX triplet: 86, 67 and 08. RGB value is (134,103,8). Sum of RGB (Red+Green+Blue) = 134+103+8=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #866708 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866708 is #7998F7. Grayscale: #656565. Windows color (decimal): -7969016 or 550790. OLE color: 550790.

HSL color Cylindrical-coordinate representation of color #866708: hue angle of 45.24º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #866708 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB1341038-
CMYK00.230.940.47
HSL45.24º88.73%27.84%-
HSV(B)45.24º94.03%52.55%-
XYZ14.7314.792.31-
YUV101.4475.27151.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.69%
GREEN value IS 103 (40.62% from 255) = 42.04%
BLUE value IS 8 (3.52% from 255) = 3.27%
R=54.69%
G=42.04%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134103800.230.940.4745.2488.7327.84
Hex866780175E2F2d591c
Octal20614710027136575513134
Binary10000110110011110000101111011110101111101101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866708; }

 p { color: rgb(134,103,8); }

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

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

 a { background-color: rgb(134,103,8); }

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

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

 span { border-color: rgb(134,103,8); }

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