#73670D

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

Shades of Yukon Gold #73670D

Tints of Yukon Gold #73670D

Color information

#73670D (or 0x73670D) is unknown color: approx Yukon Gold. HEX triplet: 73, 67 and 0D. RGB value is (115,103,13). Sum of RGB (Red+Green+Blue) = 115+103+13=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #73670D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73670D is #8C98F2. Grayscale: #606060. Windows color (decimal): -9214195 or 878451. OLE color: 878451.

HSL color Cylindrical-coordinate representation of color #73670D: hue angle of 52.94º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73670D is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB11510313-
CMYK00.100.890.55
HSL52.94º79.69%25.1%-
HSV(B)52.94º88.7%45.1%-
XYZ11.9913.372.33-
YUV96.3380.98141.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 103 (40.62% from 255) = 44.59%
BLUE value IS 13 (5.47% from 255) = 5.63%
R=49.78%
G=44.59%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151031300.100.890.5552.9479.6925.1
Hex7367D0A5937355019
Octal16314715012131676512031
Binary111001111001111101010101011001110111110101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73670D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73670D; }

 p { color: rgb(115,103,13); }

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

<style>
 a { background-color: #73670D; }

 a { background-color: rgb(115,103,13); }

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

<style>
 span { border-color: #73670D; }

 span { border-color: rgb(115,103,13); }

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