#76660D

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

Shades of Yukon Gold #76660D

Tints of Yukon Gold #76660D

Color information

#76660D (or 0x76660D) is unknown color: approx Yukon Gold. HEX triplet: 76, 66 and 0D. RGB value is (118,102,13). Sum of RGB (Red+Green+Blue) = 118+102+13=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76660D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76660D is #8999F2. Grayscale: #616161. Windows color (decimal): -9017843 or 878198. OLE color: 878198.

HSL color Cylindrical-coordinate representation of color #76660D: hue angle of 50.86º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76660D is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB11810213-
CMYK00.140.890.54
HSL50.86º80.15%25.69%-
HSV(B)50.86º88.98%46.27%-
XYZ12.313.382.32-
YUV96.6480.8143.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.64%
GREEN value IS 102 (40.23% from 255) = 43.78%
BLUE value IS 13 (5.47% from 255) = 5.58%
R=50.64%
G=43.78%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181021300.140.890.5450.8680.1525.69
Hex7666D0E593633501a
Octal16614615016131666312032
Binary111011011001101101011101011001110110110011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76660D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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