#8C6A19

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

Shades of Yukon Gold #8C6A19

Tints of Yukon Gold #8C6A19

Color information

#8C6A19 (or 0x8C6A19) is unknown color: approx Yukon Gold. HEX triplet: 8C, 6A and 19. RGB value is (140,106,25). Sum of RGB (Red+Green+Blue) = 140+106+25=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6A19 is #7395E6. Grayscale: #6B6B6B. Windows color (decimal): -7575015 or 1665676. OLE color: 1665676.

HSL color Cylindrical-coordinate representation of color #8C6A19: hue angle of 42.26º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C6A19 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB14010625-
CMYK00.240.820.45
HSL42.26º69.7%32.35%-
HSV(B)42.26º82.14%54.9%-
XYZ16.1415.953.15-
YUV106.9381.76151.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.66%
GREEN value IS 106 (41.80% from 255) = 39.11%
BLUE value IS 25 (10.16% from 255) = 9.23%
R=51.66%
G=39.11%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401062500.240.820.4542.2669.732.35
Hex8C6A19018522D2a4620
Octal21415231030122555210640
Binary1000110011010101100101100010100101011011010101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,106,25); }

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

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

 a { background-color: rgb(140,106,25); }

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

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

 span { border-color: rgb(140,106,25); }

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