#736114

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

Shades of Yukon Gold #736114

Tints of Yukon Gold #736114

Color information

#736114 (or 0x736114) is unknown color: approx Yukon Gold. HEX triplet: 73, 61 and 14. RGB value is (115,97,20). Sum of RGB (Red+Green+Blue) = 115+97+20=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #736114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736114 is #8C9EEB. Grayscale: #5D5D5D. Windows color (decimal): -9215724 or 1335667. OLE color: 1335667.

HSL color Cylindrical-coordinate representation of color #736114: hue angle of 48.63º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #736114 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1159720-
CMYK00.160.830.55
HSL48.63º70.37%26.47%-
HSV(B)48.63º82.61%45.1%-
XYZ11.4712.242.42-
YUV93.686.46143.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.57%
GREEN value IS 97 (38.28% from 255) = 41.81%
BLUE value IS 20 (8.20% from 255) = 8.62%
R=49.57%
G=41.81%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115972000.160.830.5548.6370.3726.47
Hex736114010533731461a
Octal16314124020123676110632
Binary11100111100001101000100001010011110111110001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736114; }

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

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

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

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

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

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

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

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