#756913

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

Shades of Yukon Gold #756913

Tints of Yukon Gold #756913

Color information

#756913 (or 0x756913) is unknown color: approx Yukon Gold. HEX triplet: 75, 69 and 13. RGB value is (117,105,19). Sum of RGB (Red+Green+Blue) = 117+105+19=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #756913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756913 is #8A96EC. Grayscale: #636363. Windows color (decimal): -9082605 or 1272181. OLE color: 1272181.

HSL color Cylindrical-coordinate representation of color #756913: hue angle of 52.65º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #756913 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB11710519-
CMYK00.100.840.54
HSL52.65º72.06%26.67%-
HSV(B)52.65º83.76%45.88%-
XYZ12.5113.932.65-
YUV98.7882.98140.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 105 (41.41% from 255) = 43.57%
BLUE value IS 19 (7.81% from 255) = 7.88%
R=48.55%
G=43.57%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171051900.100.840.5452.6572.0626.67
Hex7569130A543635481b
Octal16515123012124666511033
Binary1110101110100110011010101010100110110110101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756913; }

 p { color: rgb(117,105,19); }

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

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

 a { background-color: rgb(117,105,19); }

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

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

 span { border-color: rgb(117,105,19); }

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