#876312

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

Shades of Yukon Gold #876312

Tints of Yukon Gold #876312

Color information

#876312 (or 0x876312) is unknown color: approx Yukon Gold. HEX triplet: 87, 63 and 12. RGB value is (135,99,18). Sum of RGB (Red+Green+Blue) = 135+99+18=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #876312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876312 is #789CED. Grayscale: #646464. Windows color (decimal): -7904494 or 1205127. OLE color: 1205127.

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

Color convert

RGB1359918-
CMYK00.270.870.47
HSL41.54º76.47%30%-
HSV(B)41.54º86.67%52.94%-
XYZ14.5614.122.53-
YUV100.5381.43152.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.57%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 18 (7.42% from 255) = 7.14%
R=53.57%
G=39.29%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135991800.270.870.4741.5476.4730
Hex87631201B572F2a4c1e
Octal20714322033127575211436
Binary100001111100011100100110111010111101111101010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876312; }

 p { color: rgb(135,99,18); }

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

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

 a { background-color: rgb(135,99,18); }

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

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

 span { border-color: rgb(135,99,18); }

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