#8A6619

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

Shades of Yukon Gold #8A6619

Tints of Yukon Gold #8A6619

Color information

#8A6619 (or 0x8A6619) is unknown color: approx Yukon Gold. HEX triplet: 8A, 66 and 19. RGB value is (138,102,25). Sum of RGB (Red+Green+Blue) = 138+102+25=265 (35% of max value = 765). Red value is 138 (54.30% from 255 or 52.08% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A6619 is #7599E6. Grayscale: #686868. Windows color (decimal): -7707111 or 1664650. OLE color: 1664650.

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

Color convert

RGB13810225-
CMYK00.260.820.46
HSL40.88º69.33%31.96%-
HSV(B)40.88º81.88%54.12%-
XYZ15.4114.983-
YUV103.9983.43152.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.08%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 25 (10.16% from 255) = 9.43%
R=52.08%
G=38.49%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381022500.260.820.4640.8869.3331.96
Hex8A661901A522E294520
Octal21214631032122565110540
Binary1000101011001101100101101010100101011101010011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,102,25); }

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

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

 a { background-color: rgb(138,102,25); }

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

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

 span { border-color: rgb(138,102,25); }

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