#736218

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

Shades of Yukon Gold #736218

Tints of Yukon Gold #736218

Color information

#736218 (or 0x736218) is unknown color: approx Yukon Gold. HEX triplet: 73, 62 and 18. RGB value is (115,98,24). Sum of RGB (Red+Green+Blue) = 115+98+24=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #736218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736218 is #8C9DE7. Grayscale: #5E5E5E. Windows color (decimal): -9215464 or 1598067. OLE color: 1598067.

HSL color Cylindrical-coordinate representation of color #736218: hue angle of 48.79º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #736218 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB1159824-
CMYK00.150.790.55
HSL48.79º65.47%27.25%-
HSV(B)48.79º79.13%45.1%-
XYZ11.612.452.65-
YUV94.6588.13142.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.52%
GREEN value IS 98 (38.67% from 255) = 41.35%
BLUE value IS 24 (9.77% from 255) = 10.13%
R=48.52%
G=41.35%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115982400.150.790.5548.7965.4727.25
Hex7362180F4F3731411b
Octal16314230017117676110133
Binary1110011110001011000011111001111110111110001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736218; }

 p { color: rgb(115,98,24); }

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

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

 a { background-color: rgb(115,98,24); }

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

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

 span { border-color: rgb(115,98,24); }

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