#8A6717

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

Shades of Yukon Gold #8A6717

Tints of Yukon Gold #8A6717

Color information

#8A6717 (or 0x8A6717) is unknown color: approx Yukon Gold. HEX triplet: 8A, 67 and 17. RGB value is (138,103,23). Sum of RGB (Red+Green+Blue) = 138+103+23=264 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.27% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6717 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6717 is #7598E8. Grayscale: #686868. Windows color (decimal): -7706857 or 1533834. OLE color: 1533834.

HSL color Cylindrical-coordinate representation of color #8A6717: hue angle of 41.74º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A6717 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.46.

Color convert

RGB13810323-
CMYK00.250.830.46
HSL41.74º71.43%31.57%-
HSV(B)41.74º83.33%54.12%-
XYZ15.4915.172.92-
YUV104.3482.1152-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.27%
GREEN value IS 103 (40.62% from 255) = 39.02%
BLUE value IS 23 (9.38% from 255) = 8.71%
R=52.27%
G=39.02%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381032300.250.830.4641.7471.4331.57
Hex8A6717019532E2a4720
Octal21214727031123565210740
Binary1000101011001111011101100110100111011101010101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A6717; }

 p { color: rgb(138,103,23); }

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

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

 a { background-color: rgb(138,103,23); }

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

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

 span { border-color: rgb(138,103,23); }

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