#84690F

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

Shades of Yukon Gold #84690F

Tints of Yukon Gold #84690F

Color information

#84690F (or 0x84690F) is unknown color: approx Yukon Gold. HEX triplet: 84, 69 and 0F. RGB value is (132,105,15). Sum of RGB (Red+Green+Blue) = 132+105+15=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #84690F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84690F is #7B96F0. Grayscale: #676767. Windows color (decimal): -8099569 or 1010052. OLE color: 1010052.

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

Color convert

RGB13210515-
CMYK00.200.890.48
HSL46.15º79.59%28.82%-
HSV(B)46.15º88.64%51.76%-
XYZ14.6515.042.58-
YUV102.8178.45148.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.38%
GREEN value IS 105 (41.41% from 255) = 41.67%
BLUE value IS 15 (6.25% from 255) = 5.95%
R=52.38%
G=41.67%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321051500.200.890.4846.1579.5928.82
Hex8469F01459302e501d
Octal20415117024131605612035
Binary10000100110100111110101001011001110000101110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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