#846F0C

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

Shades of Yukon Gold #846F0C

Tints of Yukon Gold #846F0C

Color information

#846F0C (or 0x846F0C) is unknown color: approx Yukon Gold. HEX triplet: 84, 6F and 0C. RGB value is (132,111,12). Sum of RGB (Red+Green+Blue) = 132+111+12=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #846F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846F0C is #7B90F3. Grayscale: #6A6A6A. Windows color (decimal): -8098036 or 814980. OLE color: 814980.

HSL color Cylindrical-coordinate representation of color #846F0C: hue angle of 49.5º 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 #846F0C is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB13211112-
CMYK00.160.910.48
HSL49.5º83.33%28.24%-
HSV(B)49.5º90.91%51.76%-
XYZ15.2716.32.69-
YUV105.9974.96146.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.76%
GREEN value IS 111 (43.75% from 255) = 43.53%
BLUE value IS 12 (5.08% from 255) = 4.71%
R=51.76%
G=43.53%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321111200.160.910.4849.583.3328.24
Hex846FC0105B3031531c
Octal20415714020133606112334
Binary10000100110111111000100001011011110000110001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846F0C; }

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

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

<style>
 a { background-color: #846F0C; }

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

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

<style>
 span { border-color: #846F0C; }

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

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