#76660C

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

Shades of Yukon Gold #76660C

Tints of Yukon Gold #76660C

Color information

#76660C (or 0x76660C) is unknown color: approx Yukon Gold. HEX triplet: 76, 66 and 0C. RGB value is (118,102,12). Sum of RGB (Red+Green+Blue) = 118+102+12=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76660C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76660C is #8999F3. Grayscale: #606060. Windows color (decimal): -9017844 or 812662. OLE color: 812662.

HSL color Cylindrical-coordinate representation of color #76660C: hue angle of 50.94º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76660C is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB11810212-
CMYK00.140.900.54
HSL50.94º81.54%25.49%-
HSV(B)50.94º89.83%46.27%-
XYZ12.2913.382.28-
YUV96.5280.3143.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.86%
GREEN value IS 102 (40.23% from 255) = 43.97%
BLUE value IS 12 (5.08% from 255) = 5.17%
R=50.86%
G=43.97%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181021200.140.900.5450.9481.5425.49
Hex7666C0E5A36335219
Octal16614614016132666312231
Binary111011011001101100011101011010110110110011101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76660C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76660C; }

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

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

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

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

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

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

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

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