#73651A

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

Shades of Yukon Gold #73651A

Tints of Yukon Gold #73651A

Color information

#73651A (or 0x73651A) is unknown color: approx Yukon Gold. HEX triplet: 73, 65 and 1A. RGB value is (115,101,26). Sum of RGB (Red+Green+Blue) = 115+101+26=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #73651A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73651A is #8C9AE5. Grayscale: #606060. Windows color (decimal): -9214694 or 1729907. OLE color: 1729907.

HSL color Cylindrical-coordinate representation of color #73651A: hue angle of 50.56º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73651A is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB11510126-
CMYK00.120.770.55
HSL50.56º63.12%27.65%-
HSV(B)50.56º77.39%45.1%-
XYZ11.9113.032.86-
YUV96.6488.14141.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.52%
GREEN value IS 101 (39.84% from 255) = 41.74%
BLUE value IS 26 (10.55% from 255) = 10.74%
R=47.52%
G=41.74%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151012600.120.770.5550.5663.1227.65
Hex73651A0C4D37333f1c
Octal1631453201411567637734
Binary111001111001011101001100100110111011111001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73651A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,101,26); }

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

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

 a { background-color: rgb(115,101,26); }

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

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

 span { border-color: rgb(115,101,26); }

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