#8C661F

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

Shades of Yukon Gold #8C661F

Tints of Yukon Gold #8C661F

Color information

#8C661F (or 0x8C661F) is unknown color: approx Yukon Gold. HEX triplet: 8C, 66 and 1F. RGB value is (140,102,31). Sum of RGB (Red+Green+Blue) = 140+102+31=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C661F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C661F is #7399E0. Grayscale: #696969. Windows color (decimal): -7576033 or 2057868. OLE color: 2057868.

HSL color Cylindrical-coordinate representation of color #8C661F: hue angle of 39.08º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C661F is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB14010231-
CMYK00.270.780.45
HSL39.08º63.74%33.53%-
HSV(B)39.08º77.86%54.9%-
XYZ15.8115.183.39-
YUV105.2786.09152.77-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.28%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 31 (12.5% from 255) = 11.36%
R=51.28%
G=37.36%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401023100.270.780.4539.0863.7433.53
Hex8C661F01B4E2D274022
Octal21414637033116554710042
Binary1000110011001101111101101110011101011011001111000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C661F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,102,31); }

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

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

 a { background-color: rgb(140,102,31); }

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

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

 span { border-color: rgb(140,102,31); }

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