#75600E

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

Shades of Yukon Gold #75600E

Tints of Yukon Gold #75600E

Color information

#75600E (or 0x75600E) is unknown color: approx Yukon Gold. HEX triplet: 75, 60 and 0E. RGB value is (117,96,14). Sum of RGB (Red+Green+Blue) = 117+96+14=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #75600E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75600E is #8A9FF1. Grayscale: #5D5D5D. Windows color (decimal): -9084914 or 942197. OLE color: 942197.

HSL color Cylindrical-coordinate representation of color #75600E: hue angle of 47.77º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75600E is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB1179614-
CMYK00.180.880.54
HSL47.77º78.63%25.69%-
HSV(B)47.77º88.03%45.88%-
XYZ11.612.182.16-
YUV92.9383.46145.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.54%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 14 (5.86% from 255) = 6.17%
R=51.54%
G=42.29%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117961400.180.880.5447.7778.6325.69
Hex7560E0125836304f1a
Octal16514016022130666011732
Binary1110101110000011100100101011000110110110000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75600E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75600E; }

 p { color: rgb(117,96,14); }

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

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

 a { background-color: rgb(117,96,14); }

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

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

 span { border-color: rgb(117,96,14); }

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