#84670E

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

Shades of Yukon Gold #84670E

Tints of Yukon Gold #84670E

Color information

#84670E (or 0x84670E) is unknown color: approx Yukon Gold. HEX triplet: 84, 67 and 0E. RGB value is (132,103,14). Sum of RGB (Red+Green+Blue) = 132+103+14=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #84670E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84670E is #7B98F1. Grayscale: #656565. Windows color (decimal): -8100082 or 944004. OLE color: 944004.

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

Color convert

RGB13210314-
CMYK00.220.890.48
HSL45.25º80.82%28.63%-
HSV(B)45.25º89.39%51.76%-
XYZ14.4514.642.48-
YUV101.5278.61149.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.01%
GREEN value IS 103 (40.62% from 255) = 41.37%
BLUE value IS 14 (5.86% from 255) = 5.62%
R=53.01%
G=41.37%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321031400.220.890.4845.2580.8228.63
Hex8467E01659302d511d
Octal20414716026131605512135
Binary10000100110011111100101101011001110000101101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84670E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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