#846425

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

Shades of Yukon Gold #846425

Tints of Yukon Gold #846425

Color information

#846425 (or 0x846425) is unknown color: approx Yukon Gold. HEX triplet: 84, 64 and 25. RGB value is (132,100,37). Sum of RGB (Red+Green+Blue) = 132+100+37=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #846425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846425 is #7B9BDA. Grayscale: #666666. Windows color (decimal): -8100827 or 2450564. OLE color: 2450564.

HSL color Cylindrical-coordinate representation of color #846425: hue angle of 39.79º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #846425 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB13210037-
CMYK00.240.720.48
HSL39.79º56.21%33.14%-
HSV(B)39.79º71.97%51.76%-
XYZ14.4114.153.72-
YUV102.3991.1149.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.07%
GREEN value IS 100 (39.45% from 255) = 37.17%
BLUE value IS 37 (14.84% from 255) = 13.75%
R=49.07%
G=37.17%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321003700.240.720.4839.7956.2133.14
Hex8464250184830283821
Octal2041444503011060507041
Binary1000010011001001001010110001001000110000101000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846425; }

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

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

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

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

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

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

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

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