#84600C

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

Shades of Yukon Gold #84600C

Tints of Yukon Gold #84600C

Color information

#84600C (or 0x84600C) is unknown color: approx Yukon Gold. HEX triplet: 84, 60 and 0C. RGB value is (132,96,12). Sum of RGB (Red+Green+Blue) = 132+96+12=240 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 132 - color contains mainly: red. Hex color #84600C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #84600C is #7B9FF3. Grayscale: #616161. Windows color (decimal): -8101876 or 811140. OLE color: 811140.

HSL color Cylindrical-coordinate representation of color #84600C: hue angle of 42º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84600C is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB1329612-
CMYK00.270.910.48
HSL42º83.33%28.24%-
HSV(B)42º90.91%51.76%-
XYZ13.7613.32.19-
YUV97.1979.93152.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 55%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 12 (5.08% from 255) = 5%
R=55%
G=40%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132961200.270.910.484283.3328.24
Hex8460C01B5B302a531c
Octal20414014033133605212334
Binary10000100110000011000110111011011110000101010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84600C; }

 p { color: rgb(132,96,12); }

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

<style>
 a { background-color: #84600C; }

 a { background-color: rgb(132,96,12); }

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

<style>
 span { border-color: #84600C; }

 span { border-color: rgb(132,96,12); }

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