#846508

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

Shades of Yukon Gold #846508

Tints of Yukon Gold #846508

Color information

#846508 (or 0x846508) is unknown color: approx Yukon Gold. HEX triplet: 84, 65 and 08. RGB value is (132,101,8). Sum of RGB (Red+Green+Blue) = 132+101+8=241 (31% of max value = 765). Red value is 132 (51.95% from 255 or 54.77% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 132 - color contains mainly: red. Hex color #846508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846508 is #7B9AF7. Grayscale: #646464. Windows color (decimal): -8100600 or 550276. OLE color: 550276.

HSL color Cylindrical-coordinate representation of color #846508: hue angle of 45º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #846508 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB1321018-
CMYK00.230.940.48
HSL45º88.57%27.45%-
HSV(B)45º93.94%51.76%-
XYZ14.2114.232.23-
YUV99.6776.27151.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.77%
GREEN value IS 101 (39.84% from 255) = 41.91%
BLUE value IS 8 (3.52% from 255) = 3.32%
R=54.77%
G=41.91%
B=3.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132101800.230.940.484588.5727.45
Hex846580175E302d591b
Octal20414510027136605513133
Binary10000100110010110000101111011110110000101101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846508; }

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

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

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

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

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

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

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

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