#73660E

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

Shades of Yukon Gold #73660E

Tints of Yukon Gold #73660E

Color information

#73660E (or 0x73660E) is unknown color: approx Yukon Gold. HEX triplet: 73, 66 and 0E. RGB value is (115,102,14). Sum of RGB (Red+Green+Blue) = 115+102+14=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #73660E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73660E is #8C99F1. Grayscale: #606060. Windows color (decimal): -9214450 or 943731. OLE color: 943731.

HSL color Cylindrical-coordinate representation of color #73660E: hue angle of 52.28º 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 #73660E is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB11510214-
CMYK00.110.880.55
HSL52.28º78.29%25.29%-
HSV(B)52.28º87.83%45.1%-
XYZ11.913.182.33-
YUV95.8581.81141.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 102 (40.23% from 255) = 44.16%
BLUE value IS 14 (5.86% from 255) = 6.06%
R=49.78%
G=44.16%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151021400.110.880.5552.2878.2925.29
Hex7366E0B5837344e19
Octal16314616013130676411631
Binary111001111001101110010111011000110111110100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73660E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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