#8A6C1F

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

Shades of Yukon Gold #8A6C1F

Tints of Yukon Gold #8A6C1F

Color information

#8A6C1F (or 0x8A6C1F) is unknown color: approx Yukon Gold. HEX triplet: 8A, 6C and 1F. RGB value is (138,108,31). Sum of RGB (Red+Green+Blue) = 138+108+31=277 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.82% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6C1F is #7593E0. Grayscale: #6C6C6C. Windows color (decimal): -7705569 or 2059402. OLE color: 2059402.

HSL color Cylindrical-coordinate representation of color #8A6C1F: hue angle of 43.18º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A6C1F is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB13810831-
CMYK00.220.780.46
HSL43.18º63.31%33.14%-
HSV(B)43.18º77.54%54.12%-
XYZ16.0916.233.58-
YUV108.1984.44149.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.82%
GREEN value IS 108 (42.58% from 255) = 38.99%
BLUE value IS 31 (12.5% from 255) = 11.19%
R=49.82%
G=38.99%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381083100.220.780.4643.1863.3133.14
Hex8A6C1F0164E2E2b3f21
Octal2121543702611656537741
Binary100010101101100111110101101001110101110101011111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,108,31); }

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

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

 a { background-color: rgb(138,108,31); }

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

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

 span { border-color: rgb(138,108,31); }

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