#75610D

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

Shades of Yukon Gold #75610D

Tints of Yukon Gold #75610D

Color information

#75610D (or 0x75610D) is unknown color: approx Yukon Gold. HEX triplet: 75, 61 and 0D. RGB value is (117,97,13). Sum of RGB (Red+Green+Blue) = 117+97+13=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #75610D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #75610D is #8A9EF2. Grayscale: #5D5D5D. Windows color (decimal): -9084659 or 876917. OLE color: 876917.

HSL color Cylindrical-coordinate representation of color #75610D: hue angle of 48.46º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #75610D is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB1179713-
CMYK00.170.890.54
HSL48.46º80%25.49%-
HSV(B)48.46º88.89%45.88%-
XYZ11.6812.362.15-
YUV93.482.63144.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.54%
GREEN value IS 97 (38.28% from 255) = 42.73%
BLUE value IS 13 (5.47% from 255) = 5.73%
R=51.54%
G=42.73%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117971300.170.890.5448.468025.49
Hex7561D0115936305019
Octal16514115021131666012031
Binary1110101110000111010100011011001110110110000101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75610D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75610D; }

 p { color: rgb(117,97,13); }

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

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

 a { background-color: rgb(117,97,13); }

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

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

 span { border-color: rgb(117,97,13); }

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