#8C671A

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

Shades of Yukon Gold #8C671A

Tints of Yukon Gold #8C671A

Color information

#8C671A (or 0x8C671A) is unknown color: approx Yukon Gold. HEX triplet: 8C, 67 and 1A. RGB value is (140,103,26). Sum of RGB (Red+Green+Blue) = 140+103+26=269 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.04% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 140 - color contains mainly: red. Hex color #8C671A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C671A is #7398E5. Grayscale: #696969. Windows color (decimal): -7575782 or 1730444. OLE color: 1730444.

HSL color Cylindrical-coordinate representation of color #8C671A: hue angle of 40.53º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C671A is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB14010326-
CMYK00.260.810.45
HSL40.53º68.67%32.55%-
HSV(B)40.53º81.43%54.9%-
XYZ15.8515.353.1-
YUV105.2883.26152.76-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.04%
GREEN value IS 103 (40.62% from 255) = 38.29%
BLUE value IS 26 (10.55% from 255) = 9.67%
R=52.04%
G=38.29%
B=9.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401032600.260.810.4540.5368.6732.55
Hex8C671A01A512D294521
Octal21414732032121555110541
Binary1000110011001111101001101010100011011011010011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C671A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,103,26); }

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

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

 a { background-color: rgb(140,103,26); }

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

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

 span { border-color: rgb(140,103,26); }

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