#84680A

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

Shades of Yukon Gold #84680A

Tints of Yukon Gold #84680A

Color information

#84680A (or 0x84680A) is unknown color: approx Yukon Gold. HEX triplet: 84, 68 and 0A. RGB value is (132,104,10). Sum of RGB (Red+Green+Blue) = 132+104+10=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #84680A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84680A is #7B97F5. Grayscale: #666666. Windows color (decimal): -8099830 or 682116. OLE color: 682116.

HSL color Cylindrical-coordinate representation of color #84680A: hue angle of 46.23º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84680A is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB13210410-
CMYK00.210.920.48
HSL46.23º85.92%27.84%-
HSV(B)46.23º92.42%51.76%-
XYZ14.5214.832.38-
YUV101.6676.28149.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.66%
GREEN value IS 104 (41.02% from 255) = 42.28%
BLUE value IS 10 (4.30% from 255) = 4.07%
R=53.66%
G=42.28%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321041000.210.920.4846.2385.9227.84
Hex8468A0155C302e561c
Octal20415012025134605612634
Binary10000100110100010100101011011100110000101110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84680A; }

 p { color: rgb(132,104,10); }

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

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

 a { background-color: rgb(132,104,10); }

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

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

 span { border-color: rgb(132,104,10); }

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