#84650D

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

Shades of Yukon Gold #84650D

Tints of Yukon Gold #84650D

Color information

#84650D (or 0x84650D) is unknown color: approx Yukon Gold. HEX triplet: 84, 65 and 0D. RGB value is (132,101,13). Sum of RGB (Red+Green+Blue) = 132+101+13=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #84650D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84650D is #7B9AF2. Grayscale: #646464. Windows color (decimal): -8100595 or 877956. OLE color: 877956.

HSL color Cylindrical-coordinate representation of color #84650D: hue angle of 44.37º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84650D is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB13210113-
CMYK00.230.900.48
HSL44.37º82.07%28.43%-
HSV(B)44.37º90.15%51.76%-
XYZ14.2414.242.38-
YUV100.2478.77150.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.66%
GREEN value IS 101 (39.84% from 255) = 41.06%
BLUE value IS 13 (5.47% from 255) = 5.28%
R=53.66%
G=41.06%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321011300.230.900.4844.3782.0728.43
Hex8465D0175A302c521c
Octal20414515027132605412234
Binary10000100110010111010101111011010110000101100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84650D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84650D; }

 p { color: rgb(132,101,13); }

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

<style>
 a { background-color: #84650D; }

 a { background-color: rgb(132,101,13); }

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

<style>
 span { border-color: #84650D; }

 span { border-color: rgb(132,101,13); }

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