#846514

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

Shades of Yukon Gold #846514

Tints of Yukon Gold #846514

Color information

#846514 (or 0x846514) is unknown color: approx Yukon Gold. HEX triplet: 84, 65 and 14. RGB value is (132,101,20). Sum of RGB (Red+Green+Blue) = 132+101+20=253 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.17% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 132 - color contains mainly: red. Hex color #846514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846514 is #7B9AEB. Grayscale: #656565. Windows color (decimal): -8100588 or 1336708. OLE color: 1336708.

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

Color convert

RGB13210120-
CMYK00.230.850.48
HSL43.39º73.68%29.8%-
HSV(B)43.39º84.85%51.76%-
XYZ14.314.262.66-
YUV101.0482.27150.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.17%
GREEN value IS 101 (39.84% from 255) = 39.92%
BLUE value IS 20 (8.20% from 255) = 7.91%
R=52.17%
G=39.92%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321012000.230.850.4843.3973.6829.8
Hex84651401755302b4a1e
Octal20414524027125605311236
Binary100001001100101101000101111010101110000101011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846514; }

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

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

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

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

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

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

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

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