#84670A

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

Shades of Yukon Gold #84670A

Tints of Yukon Gold #84670A

Color information

#84670A (or 0x84670A) is unknown color: approx Yukon Gold. HEX triplet: 84, 67 and 0A. RGB value is (132,103,10). Sum of RGB (Red+Green+Blue) = 132+103+10=245 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.88% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 132 - color contains mainly: red. Hex color #84670A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84670A is #7B98F5. Grayscale: #656565. Windows color (decimal): -8100086 or 681860. OLE color: 681860.

HSL color Cylindrical-coordinate representation of color #84670A: hue angle of 45.74º 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 #84670A is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB13210310-
CMYK00.220.920.48
HSL45.74º85.92%27.84%-
HSV(B)45.74º92.42%51.76%-
XYZ14.4214.632.35-
YUV101.0776.61150.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.88%
GREEN value IS 103 (40.62% from 255) = 42.04%
BLUE value IS 10 (4.30% from 255) = 4.08%
R=53.88%
G=42.04%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321031000.220.920.4845.7485.9227.84
Hex8467A0165C302e561c
Octal20414712026134605612634
Binary10000100110011110100101101011100110000101110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84670A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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