#766708

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

Shades of Yukon Gold #766708

Tints of Yukon Gold #766708

Color information

#766708 (or 0x766708) is unknown color: approx Yukon Gold. HEX triplet: 76, 67 and 08. RGB value is (118,103,8). Sum of RGB (Red+Green+Blue) = 118+103+8=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #766708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766708 is #8998F7. Grayscale: #616161. Windows color (decimal): -9017592 or 550774. OLE color: 550774.

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

Color convert

RGB1181038-
CMYK00.130.930.54
HSL51.82º87.3%24.71%-
HSV(B)51.82º93.22%46.27%-
XYZ12.3713.572.2-
YUV96.6677.97143.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.53%
GREEN value IS 103 (40.62% from 255) = 44.98%
BLUE value IS 8 (3.52% from 255) = 3.49%
R=51.53%
G=44.98%
B=3.49%

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
Decimal118103800.130.930.5451.8287.324.71
Hex766780D5D36345719
Octal16614710015135666412731
Binary111011011001111000011011011101110110110100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766708; }

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

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

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

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

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

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

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

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