#867712

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

Shades of Yukon Gold #867712

Tints of Yukon Gold #867712

Color information

#867712 (or 0x867712) is unknown color: approx Yukon Gold. HEX triplet: 86, 77 and 12. RGB value is (134,119,18). Sum of RGB (Red+Green+Blue) = 134+119+18=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #867712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867712 is #7988ED. Grayscale: #707070. Windows color (decimal): -7964910 or 1210246. OLE color: 1210246.

HSL color Cylindrical-coordinate representation of color #867712: hue angle of 52.24º 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 #867712 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB13411918-
CMYK00.110.870.47
HSL52.24º76.32%29.8%-
HSV(B)52.24º86.57%52.55%-
XYZ16.5418.313.23-
YUV111.9774.97143.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 49.45%
GREEN value IS 119 (46.88% from 255) = 43.91%
BLUE value IS 18 (7.42% from 255) = 6.64%
R=49.45%
G=43.91%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341191800.110.870.4752.2476.3229.8
Hex8677120B572F344c1e
Octal20616722013127576411436
Binary10000110111011110010010111010111101111110100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867712; }

 p { color: rgb(134,119,18); }

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

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

 a { background-color: rgb(134,119,18); }

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

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

 span { border-color: rgb(134,119,18); }

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