#866422

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

Shades of Yukon Gold #866422

Tints of Yukon Gold #866422

Color information

#866422 (or 0x866422) is unknown color: approx Yukon Gold. HEX triplet: 86, 64 and 22. RGB value is (134,100,34). Sum of RGB (Red+Green+Blue) = 134+100+34=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #866422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866422 is #799BDD. Grayscale: #666666. Windows color (decimal): -7969758 or 2253958. OLE color: 2253958.

HSL color Cylindrical-coordinate representation of color #866422: hue angle of 39.6º 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 #866422 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB13410034-
CMYK00.250.750.47
HSL39.6º59.52%32.94%-
HSV(B)39.6º74.63%52.55%-
XYZ14.6814.33.5-
YUV102.6489.26150.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50%
GREEN value IS 100 (39.45% from 255) = 37.31%
BLUE value IS 34 (13.67% from 255) = 12.69%
R=50%
G=37.31%
B=12.69%

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
Decimal1341003400.250.750.4739.659.5232.94
Hex8664220194B2F283c21
Octal2061444203111357507441
Binary1000011011001001000100110011001011101111101000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866422; }

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

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

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

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

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

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

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

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