#867325

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

Shades of Yukon Gold #867325

Tints of Yukon Gold #867325

Color information

#867325 (or 0x867325) is unknown color: approx Yukon Gold. HEX triplet: 86, 73 and 25. RGB value is (134,115,37). Sum of RGB (Red+Green+Blue) = 134+115+37=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #867325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867325 is #798CDA. Grayscale: #707070. Windows color (decimal): -7965915 or 2454406. OLE color: 2454406.

HSL color Cylindrical-coordinate representation of color #867325: hue angle of 48.25º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #867325 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB13411537-
CMYK00.140.720.47
HSL48.25º56.73%33.53%-
HSV(B)48.25º72.39%52.55%-
XYZ16.317.464.26-
YUV111.7985.79143.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.85%
GREEN value IS 115 (45.31% from 255) = 40.21%
BLUE value IS 37 (14.84% from 255) = 12.94%
R=46.85%
G=40.21%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341153700.140.720.4748.2556.7333.53
Hex8673250E482F303922
Octal2061634501611057607142
Binary100001101110011100101011101001000101111110000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867325; }

 p { color: rgb(134,115,37); }

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

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

 a { background-color: rgb(134,115,37); }

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

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

 span { border-color: rgb(134,115,37); }

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