#736208

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

Shades of Yukon Gold #736208

Tints of Yukon Gold #736208

Color information

#736208 (or 0x736208) is unknown color: approx Yukon Gold. HEX triplet: 73, 62 and 08. RGB value is (115,98,8). Sum of RGB (Red+Green+Blue) = 115+98+8=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #736208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736208 is #8C9DF7. Grayscale: #5D5D5D. Windows color (decimal): -9215480 or 549491. OLE color: 549491.

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

Color convert

RGB115988-
CMYK00.150.930.55
HSL50.47º86.99%24.12%-
HSV(B)50.47º93.04%45.1%-
XYZ11.4812.42.02-
YUV92.8280.13143.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.04%
GREEN value IS 98 (38.67% from 255) = 44.34%
BLUE value IS 8 (3.52% from 255) = 3.62%
R=52.04%
G=44.34%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11598800.150.930.5550.4786.9924.12
Hex736280F5D37325718
Octal16314210017135676212730
Binary111001111000101000011111011101110111110010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736208; }

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

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

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

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

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

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

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

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