#8A6624

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

Shades of Yukon Gold #8A6624

Tints of Yukon Gold #8A6624

Color information

#8A6624 (or 0x8A6624) is unknown color: approx Yukon Gold. HEX triplet: 8A, 66 and 24. RGB value is (138,102,36). Sum of RGB (Red+Green+Blue) = 138+102+36=276 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6624 is #7599DB. Grayscale: #696969. Windows color (decimal): -7707100 or 2385546. OLE color: 2385546.

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

Color convert

RGB13810236-
CMYK00.260.740.46
HSL38.82º58.62%34.12%-
HSV(B)38.82º73.91%54.12%-
XYZ15.5515.033.75-
YUV105.2488.93151.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50%
GREEN value IS 102 (40.23% from 255) = 36.96%
BLUE value IS 36 (14.45% from 255) = 13.04%
R=50%
G=36.96%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381023600.260.740.4638.8258.6234.12
Hex8A662401A4A2E273b22
Octal2121464403211256477342
Binary1000101011001101001000110101001010101110100111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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