#896719

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

Shades of Yukon Gold #896719

Tints of Yukon Gold #896719

Color information

#896719 (or 0x896719) is unknown color: approx Yukon Gold. HEX triplet: 89, 67 and 19. RGB value is (137,103,25). Sum of RGB (Red+Green+Blue) = 137+103+25=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #896719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896719 is #7698E6. Grayscale: #686868. Windows color (decimal): -7772391 or 1664905. OLE color: 1664905.

HSL color Cylindrical-coordinate representation of color #896719: hue angle of 41.79º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #896719 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB13710325-
CMYK00.250.820.46
HSL41.79º69.14%31.76%-
HSV(B)41.79º81.75%53.73%-
XYZ15.3415.093.02-
YUV104.2783.26151.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.70%
GREEN value IS 103 (40.62% from 255) = 38.87%
BLUE value IS 25 (10.16% from 255) = 9.43%
R=51.70%
G=38.87%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371032500.250.820.4641.7969.1431.76
Hex896719019522E2a4520
Octal21114731031122565210540
Binary1000100111001111100101100110100101011101010101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896719; }

 p { color: rgb(137,103,25); }

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

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

 a { background-color: rgb(137,103,25); }

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

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

 span { border-color: rgb(137,103,25); }

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