#756A10

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

Shades of Yukon Gold #756A10

Tints of Yukon Gold #756A10

Color information

#756A10 (or 0x756A10) is unknown color: approx Yukon Gold. HEX triplet: 75, 6A and 10. RGB value is (117,106,16). Sum of RGB (Red+Green+Blue) = 117+106+16=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #756A10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756A10 is #8A95EF. Grayscale: #636363. Windows color (decimal): -9082352 or 1075829. OLE color: 1075829.

HSL color Cylindrical-coordinate representation of color #756A10: hue angle of 53.47º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #756A10 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB11710616-
CMYK00.090.860.54
HSL53.47º75.94%26.08%-
HSV(B)53.47º86.32%45.88%-
XYZ12.5814.132.55-
YUV99.0381.14140.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.95%
GREEN value IS 106 (41.80% from 255) = 44.35%
BLUE value IS 16 (6.64% from 255) = 6.69%
R=48.95%
G=44.35%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171061600.090.860.5453.4775.9426.08
Hex756A10095636354c1a
Octal16515220011126666511432
Binary1110101110101010000010011010110110110110101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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