#756608

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

Shades of Yukon Gold #756608

Tints of Yukon Gold #756608

Color information

#756608 (or 0x756608) is unknown color: approx Yukon Gold. HEX triplet: 75, 66 and 08. RGB value is (117,102,8). Sum of RGB (Red+Green+Blue) = 117+102+8=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 102 (40.23% from 255 or 44.93% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #756608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756608 is #8A99F7. Grayscale: #606060. Windows color (decimal): -9083384 or 550517. OLE color: 550517.

HSL color Cylindrical-coordinate representation of color #756608: hue angle of 51.74º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #756608 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB1171028-
CMYK00.130.930.54
HSL51.74º87.2%24.51%-
HSV(B)51.74º93.16%45.88%-
XYZ12.1313.32.16-
YUV95.7778.47143.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.54%
GREEN value IS 102 (40.23% from 255) = 44.93%
BLUE value IS 8 (3.52% from 255) = 3.52%
R=51.54%
G=44.93%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117102800.130.930.5451.7487.224.51
Hex756680D5D36345719
Octal16514610015135666412731
Binary111010111001101000011011011101110110110100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756608; }

 p { color: rgb(117,102,8); }

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

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

 a { background-color: rgb(117,102,8); }

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

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

 span { border-color: rgb(117,102,8); }

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