#896521

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

Shades of Yukon Gold #896521

Tints of Yukon Gold #896521

Color information

#896521 (or 0x896521) is unknown color: approx Yukon Gold. HEX triplet: 89, 65 and 21. RGB value is (137,101,33). Sum of RGB (Red+Green+Blue) = 137+101+33=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #896521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896521 is #769ADE. Grayscale: #686868. Windows color (decimal): -7772895 or 2188681. OLE color: 2188681.

HSL color Cylindrical-coordinate representation of color #896521: hue angle of 39.23º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #896521 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.46.

Color convert

RGB13710133-
CMYK00.260.760.46
HSL39.23º61.18%33.33%-
HSV(B)39.23º75.91%53.73%-
XYZ15.2414.743.48-
YUV104.0187.93151.53-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.55%
GREEN value IS 101 (39.84% from 255) = 37.27%
BLUE value IS 33 (13.28% from 255) = 12.18%
R=50.55%
G=37.27%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.76
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371013300.260.760.4639.2361.1833.33
Hex89652101A4C2E273d21
Octal2111454103211456477541
Binary1000100111001011000010110101001100101110100111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896521; }

 p { color: rgb(137,101,33); }

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

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

 a { background-color: rgb(137,101,33); }

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

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

 span { border-color: rgb(137,101,33); }

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