#766608

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

Shades of Yukon Gold #766608

Tints of Yukon Gold #766608

Color information

#766608 (or 0x766608) is unknown color: approx Yukon Gold. HEX triplet: 76, 66 and 08. RGB value is (118,102,8). Sum of RGB (Red+Green+Blue) = 118+102+8=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #766608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766608 is #8999F7. Grayscale: #606060. Windows color (decimal): -9017848 or 550518. OLE color: 550518.

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

Color convert

RGB1181028-
CMYK00.140.930.54
HSL51.27º87.3%24.71%-
HSV(B)51.27º93.22%46.27%-
XYZ12.2713.372.16-
YUV96.0778.3143.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 102 (40.23% from 255) = 44.74%
BLUE value IS 8 (3.52% from 255) = 3.51%
R=51.75%
G=44.74%
B=3.51%

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
Decimal118102800.140.930.5451.2787.324.71
Hex766680E5D36335719
Octal16614610016135666312731
Binary111011011001101000011101011101110110110011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766608; }

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

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

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

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

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

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

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

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