#86650A

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

Shades of Yukon Gold #86650A

Tints of Yukon Gold #86650A

Color information

#86650A (or 0x86650A) is unknown color: approx Yukon Gold. HEX triplet: 86, 65 and 0A. RGB value is (134,101,10). Sum of RGB (Red+Green+Blue) = 134+101+10=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #86650A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86650A is #799AF5. Grayscale: #646464. Windows color (decimal): -7969526 or 681350. OLE color: 681350.

HSL color Cylindrical-coordinate representation of color #86650A: hue angle of 44.03º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86650A is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB13410110-
CMYK00.250.930.47
HSL44.03º86.11%28.24%-
HSV(B)44.03º92.54%52.55%-
XYZ14.5414.42.3-
YUV100.4976.93151.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.69%
GREEN value IS 101 (39.84% from 255) = 41.22%
BLUE value IS 10 (4.30% from 255) = 4.08%
R=54.69%
G=41.22%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341011000.250.930.4744.0386.1128.24
Hex8665A0195D2F2c561c
Octal20614512031135575412634
Binary10000110110010110100110011011101101111101100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86650A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86650A; }

 p { color: rgb(134,101,10); }

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

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

 a { background-color: rgb(134,101,10); }

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

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

 span { border-color: rgb(134,101,10); }

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