#84660F

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

Shades of Yukon Gold #84660F

Tints of Yukon Gold #84660F

Color information

#84660F (or 0x84660F) is unknown color: approx Yukon Gold. HEX triplet: 84, 66 and 0F. RGB value is (132,102,15). Sum of RGB (Red+Green+Blue) = 132+102+15=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #84660F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84660F is #7B99F0. Grayscale: #656565. Windows color (decimal): -8100337 or 1009284. OLE color: 1009284.

HSL color Cylindrical-coordinate representation of color #84660F: hue angle of 44.62º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84660F is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB13210215-
CMYK00.230.890.48
HSL44.62º79.59%28.82%-
HSV(B)44.62º88.64%51.76%-
XYZ14.3514.442.48-
YUV101.0579.44150.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.01%
GREEN value IS 102 (40.23% from 255) = 40.96%
BLUE value IS 15 (6.25% from 255) = 6.02%
R=53.01%
G=40.96%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321021500.230.890.4844.6279.5928.82
Hex8466F01759302d501d
Octal20414617027131605512035
Binary10000100110011011110101111011001110000101101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84660F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,102,15); }

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

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

 a { background-color: rgb(132,102,15); }

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

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

 span { border-color: rgb(132,102,15); }

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