#736710

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

Shades of Yukon Gold #736710

Tints of Yukon Gold #736710

Color information

#736710 (or 0x736710) is unknown color: approx Yukon Gold. HEX triplet: 73, 67 and 10. RGB value is (115,103,16). Sum of RGB (Red+Green+Blue) = 115+103+16=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #736710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736710 is #8C98EF. Grayscale: #616161. Windows color (decimal): -9214192 or 1075059. OLE color: 1075059.

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

Color convert

RGB11510316-
CMYK00.100.860.55
HSL52.73º75.57%25.69%-
HSV(B)52.73º86.09%45.1%-
XYZ12.0113.382.44-
YUV96.6782.48141.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.15%
GREEN value IS 103 (40.62% from 255) = 44.02%
BLUE value IS 16 (6.64% from 255) = 6.84%
R=49.15%
G=44.02%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151031600.100.860.5552.7375.5725.69
Hex7367100A5637354c1a
Octal16314720012126676511432
Binary1110011110011110000010101010110110111110101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736710; }

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

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

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

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

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

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

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

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