#867215

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

Shades of Yukon Gold #867215

Tints of Yukon Gold #867215

Color information

#867215 (or 0x867215) is unknown color: approx Yukon Gold. HEX triplet: 86, 72 and 15. RGB value is (134,114,21). Sum of RGB (Red+Green+Blue) = 134+114+21=269 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.81% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 134 - color contains mainly: red. Hex color #867215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867215 is #798DEA. Grayscale: #6D6D6D. Windows color (decimal): -7966187 or 1405574. OLE color: 1405574.

HSL color Cylindrical-coordinate representation of color #867215: hue angle of 49.38º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #867215 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB13411421-
CMYK00.150.840.47
HSL49.38º72.9%30.39%-
HSV(B)49.38º84.33%52.55%-
XYZ15.9817.163.18-
YUV109.3878.13145.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.81%
GREEN value IS 114 (44.92% from 255) = 42.38%
BLUE value IS 21 (8.59% from 255) = 7.81%
R=49.81%
G=42.38%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341142100.150.840.4749.3872.930.39
Hex8672150F542F31491e
Octal20616225017124576111136
Binary10000110111001010101011111010100101111110001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867215; }

 p { color: rgb(134,114,21); }

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

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

 a { background-color: rgb(134,114,21); }

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

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

 span { border-color: rgb(134,114,21); }

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