#766508

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

Shades of Yukon Gold #766508

Tints of Yukon Gold #766508

Color information

#766508 (or 0x766508) is unknown color: approx Yukon Gold. HEX triplet: 76, 65 and 08. RGB value is (118,101,8). Sum of RGB (Red+Green+Blue) = 118+101+8=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 101 (39.84% from 255 or 44.49% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #766508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766508 is #899AF7. Grayscale: #5F5F5F. Windows color (decimal): -9018104 or 550262. OLE color: 550262.

HSL color Cylindrical-coordinate representation of color #766508: hue angle of 50.73º 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 #766508 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB1181018-
CMYK00.140.930.54
HSL50.73º87.3%24.71%-
HSV(B)50.73º93.22%46.27%-
XYZ12.1713.182.13-
YUV95.4878.63144.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.98%
GREEN value IS 101 (39.84% from 255) = 44.49%
BLUE value IS 8 (3.52% from 255) = 3.52%
R=51.98%
G=44.49%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118101800.140.930.5450.7387.324.71
Hex766580E5D36335719
Octal16614510016135666312731
Binary111011011001011000011101011101110110110011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766508; }

 p { color: rgb(118,101,8); }

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

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

 a { background-color: rgb(118,101,8); }

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

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

 span { border-color: rgb(118,101,8); }

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