#73611A

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

Shades of Yukon Gold #73611A

Tints of Yukon Gold #73611A

Color information

#73611A (or 0x73611A) is unknown color: approx Yukon Gold. HEX triplet: 73, 61 and 1A. RGB value is (115,97,26). Sum of RGB (Red+Green+Blue) = 115+97+26=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #73611A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73611A is #8C9EE5. Grayscale: #5E5E5E. Windows color (decimal): -9215718 or 1728883. OLE color: 1728883.

HSL color Cylindrical-coordinate representation of color #73611A: hue angle of 47.87º 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 #73611A is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1159726-
CMYK00.160.770.55
HSL47.87º63.12%27.65%-
HSV(B)47.87º77.39%45.1%-
XYZ11.5312.272.74-
YUV94.2989.46142.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.32%
GREEN value IS 97 (38.28% from 255) = 40.76%
BLUE value IS 26 (10.55% from 255) = 10.92%
R=48.32%
G=40.76%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115972600.160.770.5547.8763.1227.65
Hex73611A0104D37303f1c
Octal1631413202011567607734
Binary1110011110000111010010000100110111011111000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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