#867419

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

Shades of Yukon Gold #867419

Tints of Yukon Gold #867419

Color information

#867419 (or 0x867419) is unknown color: approx Yukon Gold. HEX triplet: 86, 74 and 19. RGB value is (134,116,25). Sum of RGB (Red+Green+Blue) = 134+116+25=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #867419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867419 is #798BE6. Grayscale: #6F6F6F. Windows color (decimal): -7965671 or 1668230. OLE color: 1668230.

HSL color Cylindrical-coordinate representation of color #867419: hue angle of 50.09º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #867419 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB13411625-
CMYK00.130.810.47
HSL50.09º68.55%31.18%-
HSV(B)50.09º81.34%52.55%-
XYZ16.2517.633.47-
YUV111.0179.46144.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.73%
GREEN value IS 116 (45.70% from 255) = 42.18%
BLUE value IS 25 (10.16% from 255) = 9.09%
R=48.73%
G=42.18%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341162500.130.810.4750.0968.5531.18
Hex8674190D512F32451f
Octal20616431015121576210537
Binary10000110111010011001011011010001101111110010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867419; }

 p { color: rgb(134,116,25); }

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

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

 a { background-color: rgb(134,116,25); }

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

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

 span { border-color: rgb(134,116,25); }

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