#866315

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

Shades of Yukon Gold #866315

Tints of Yukon Gold #866315

Color information

#866315 (or 0x866315) is unknown color: approx Yukon Gold. HEX triplet: 86, 63 and 15. RGB value is (134,99,21). Sum of RGB (Red+Green+Blue) = 134+99+21=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #866315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866315 is #799CEA. Grayscale: #646464. Windows color (decimal): -7970027 or 1401734. OLE color: 1401734.

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

Color convert

RGB1349921-
CMYK00.260.840.47
HSL41.42º72.9%30.39%-
HSV(B)41.42º84.33%52.55%-
XYZ14.4314.052.66-
YUV100.5783.1151.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.76%
GREEN value IS 99 (39.06% from 255) = 38.98%
BLUE value IS 21 (8.59% from 255) = 8.27%
R=52.76%
G=38.98%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134992100.260.840.4741.4272.930.39
Hex86631501A542F29491e
Octal20614325032124575111136
Binary100001101100011101010110101010100101111101001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866315; }

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

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

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

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

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

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

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

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