#766008

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

Shades of Yukon Gold #766008

Tints of Yukon Gold #766008

Color information

#766008 (or 0x766008) is unknown color: approx Yukon Gold. HEX triplet: 76, 60 and 08. RGB value is (118,96,8). Sum of RGB (Red+Green+Blue) = 118+96+8=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #766008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766008 is #899FF7. Grayscale: #5C5C5C. Windows color (decimal): -9019384 or 548982. OLE color: 548982.

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

Color convert

RGB118968-
CMYK00.190.930.54
HSL48º87.3%24.71%-
HSV(B)48º93.22%46.27%-
XYZ11.712.231.97-
YUV92.5580.29146.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.15%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 8 (3.52% from 255) = 3.60%
R=53.15%
G=43.24%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11896800.190.930.544887.324.71
Hex766080135D36305719
Octal16614010023135666012731
Binary1110110110000010000100111011101110110110000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766008; }

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

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

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

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

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

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

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

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