#84680F

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

Shades of Yukon Gold #84680F

Tints of Yukon Gold #84680F

Color information

#84680F (or 0x84680F) is unknown color: approx Yukon Gold. HEX triplet: 84, 68 and 0F. RGB value is (132,104,15). Sum of RGB (Red+Green+Blue) = 132+104+15=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #84680F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84680F is #7B97F0. Grayscale: #666666. Windows color (decimal): -8099825 or 1009796. OLE color: 1009796.

HSL color Cylindrical-coordinate representation of color #84680F: hue angle of 45.64º 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 #84680F is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB13210415-
CMYK00.210.890.48
HSL45.64º79.59%28.82%-
HSV(B)45.64º88.64%51.76%-
XYZ14.5514.842.55-
YUV102.2378.78149.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.59%
GREEN value IS 104 (41.02% from 255) = 41.43%
BLUE value IS 15 (6.25% from 255) = 5.98%
R=52.59%
G=41.43%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321041500.210.890.4845.6479.5928.82
Hex8468F01559302e501d
Octal20415017025131605612035
Binary10000100110100011110101011011001110000101110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84680F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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