#8C6C13

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

Shades of Yukon Gold #8C6C13

Tints of Yukon Gold #8C6C13

Color information

#8C6C13 (or 0x8C6C13) is unknown color: approx Yukon Gold. HEX triplet: 8C, 6C and 13. RGB value is (140,108,19). Sum of RGB (Red+Green+Blue) = 140+108+19=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6C13 is #7393EC. Grayscale: #6B6B6B. Windows color (decimal): -7574509 or 1272972. OLE color: 1272972.

HSL color Cylindrical-coordinate representation of color #8C6C13: hue angle of 44.13º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C6C13 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB14010819-
CMYK00.230.860.45
HSL44.13º76.1%31.18%-
HSV(B)44.13º86.43%54.9%-
XYZ16.316.352.91-
YUV107.4278.1151.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.43%
GREEN value IS 108 (42.58% from 255) = 40.45%
BLUE value IS 19 (7.81% from 255) = 7.12%
R=52.43%
G=40.45%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401081900.230.860.4544.1376.131.18
Hex8C6C13017562D2c4c1f
Octal21415423027126555411437
Binary100011001101100100110101111010110101101101100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,108,19); }

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

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

 a { background-color: rgb(140,108,19); }

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

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

 span { border-color: rgb(140,108,19); }

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