#866421

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

Shades of Yukon Gold #866421

Tints of Yukon Gold #866421

Color information

#866421 (or 0x866421) is unknown color: approx Yukon Gold. HEX triplet: 86, 64 and 21. RGB value is (134,100,33). Sum of RGB (Red+Green+Blue) = 134+100+33=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #866421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866421 is #799BDE. Grayscale: #666666. Windows color (decimal): -7969759 or 2188422. OLE color: 2188422.

HSL color Cylindrical-coordinate representation of color #866421: hue angle of 39.8º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #866421 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB13410033-
CMYK00.250.750.47
HSL39.8º60.48%32.75%-
HSV(B)39.8º75.37%52.55%-
XYZ14.6614.293.42-
YUV102.5388.76150.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 100 (39.45% from 255) = 37.45%
BLUE value IS 33 (13.28% from 255) = 12.36%
R=50.19%
G=37.45%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341003300.250.750.4739.860.4832.75
Hex8664210194B2F283c21
Octal2061444103111357507441
Binary1000011011001001000010110011001011101111101000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866421; }

 p { color: rgb(134,100,33); }

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

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

 a { background-color: rgb(134,100,33); }

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

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

 span { border-color: rgb(134,100,33); }

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