#846414

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

Shades of Yukon Gold #846414

Tints of Yukon Gold #846414

Color information

#846414 (or 0x846414) is unknown color: approx Yukon Gold. HEX triplet: 84, 64 and 14. RGB value is (132,100,20). Sum of RGB (Red+Green+Blue) = 132+100+20=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #846414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #846414 is #7B9BEB. Grayscale: #646464. Windows color (decimal): -8100844 or 1336452. OLE color: 1336452.

HSL color Cylindrical-coordinate representation of color #846414: hue angle of 42.86º 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 #846414 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB13210020-
CMYK00.240.850.48
HSL42.86º73.68%29.8%-
HSV(B)42.86º84.85%51.76%-
XYZ14.214.072.63-
YUV100.4582.6150.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.38%
GREEN value IS 100 (39.45% from 255) = 39.68%
BLUE value IS 20 (8.20% from 255) = 7.94%
R=52.38%
G=39.68%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321002000.240.850.4842.8673.6829.8
Hex84641401855302b4a1e
Octal20414424030125605311236
Binary100001001100100101000110001010101110000101011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846414; }

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

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

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

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

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

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

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

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