#756A0D

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

Shades of Yukon Gold #756A0D

Tints of Yukon Gold #756A0D

Color information

#756A0D (or 0x756A0D) is unknown color: approx Yukon Gold. HEX triplet: 75, 6A and 0D. RGB value is (117,106,13). Sum of RGB (Red+Green+Blue) = 117+106+13=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #756A0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756A0D is #8A95F2. Grayscale: #636363. Windows color (decimal): -9082355 or 879221. OLE color: 879221.

HSL color Cylindrical-coordinate representation of color #756A0D: hue angle of 53.65º 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 #756A0D is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB11710613-
CMYK00.090.890.54
HSL53.65º80%25.49%-
HSV(B)53.65º88.89%45.88%-
XYZ12.5614.122.44-
YUV98.6979.64141.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.58%
GREEN value IS 106 (41.80% from 255) = 44.92%
BLUE value IS 13 (5.47% from 255) = 5.51%
R=49.58%
G=44.92%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171061300.090.890.5453.658025.49
Hex756AD095936365019
Octal16515215011131666612031
Binary111010111010101101010011011001110110110110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756A0D; }

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

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

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

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

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

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

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

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