#73600E

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

Shades of Yukon Gold #73600E

Tints of Yukon Gold #73600E

Color information

#73600E (or 0x73600E) is unknown color: approx Yukon Gold. HEX triplet: 73, 60 and 0E. RGB value is (115,96,14). Sum of RGB (Red+Green+Blue) = 115+96+14=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #73600E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73600E is #8C9FF1. Grayscale: #5C5C5C. Windows color (decimal): -9215986 or 942195. OLE color: 942195.

HSL color Cylindrical-coordinate representation of color #73600E: hue angle of 48.71º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73600E is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1159614-
CMYK00.170.880.55
HSL48.71º78.29%25.29%-
HSV(B)48.71º87.83%45.1%-
XYZ11.3312.042.14-
YUV92.3383.79144.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.11%
GREEN value IS 96 (37.89% from 255) = 42.67%
BLUE value IS 14 (5.86% from 255) = 6.22%
R=51.11%
G=42.67%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115961400.170.880.5548.7178.2925.29
Hex7360E0115837314e19
Octal16314016021130676111631
Binary1110011110000011100100011011000110111110001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73600E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73600E; }

 p { color: rgb(115,96,14); }

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

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

 a { background-color: rgb(115,96,14); }

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

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

 span { border-color: rgb(115,96,14); }

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