#846825

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

Shades of Yukon Gold #846825

Tints of Yukon Gold #846825

Color information

#846825 (or 0x846825) is unknown color: approx Yukon Gold. HEX triplet: 84, 68 and 25. RGB value is (132,104,37). Sum of RGB (Red+Green+Blue) = 132+104+37=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #846825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846825 is #7B97DA. Grayscale: #696969. Windows color (decimal): -8099803 or 2451588. OLE color: 2451588.

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

Color convert

RGB13210437-
CMYK00.210.720.48
HSL42.32º56.21%33.14%-
HSV(B)42.32º71.97%51.76%-
XYZ14.814.943.85-
YUV104.7389.78147.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.35%
GREEN value IS 104 (41.02% from 255) = 38.10%
BLUE value IS 37 (14.84% from 255) = 13.55%
R=48.35%
G=38.10%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321043700.210.720.4842.3256.2133.14
Hex84682501548302a3821
Octal2041504502511060527041
Binary1000010011010001001010101011001000110000101010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846825; }

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

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

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

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

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

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

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

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