#73660A

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

Shades of Yukon Gold #73660A

Tints of Yukon Gold #73660A

Color information

#73660A (or 0x73660A) is unknown color: approx Yukon Gold. HEX triplet: 73, 66 and 0A. RGB value is (115,102,10). Sum of RGB (Red+Green+Blue) = 115+102+10=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73660A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73660A is #8C99F5. Grayscale: #5F5F5F. Windows color (decimal): -9214454 or 681587. OLE color: 681587.

HSL color Cylindrical-coordinate representation of color #73660A: hue angle of 52.57º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73660A is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB11510210-
CMYK00.110.910.55
HSL52.57º84%24.51%-
HSV(B)52.57º91.3%45.1%-
XYZ11.8813.172.2-
YUV95.479.81141.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.66%
GREEN value IS 102 (40.23% from 255) = 44.93%
BLUE value IS 10 (4.30% from 255) = 4.41%
R=50.66%
G=44.93%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151021000.110.910.5552.578424.51
Hex7366A0B5B37355419
Octal16314612013133676512431
Binary111001111001101010010111011011110111110101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73660A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73660A; }

 p { color: rgb(115,102,10); }

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

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

 a { background-color: rgb(115,102,10); }

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

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

 span { border-color: rgb(115,102,10); }

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