#76600A

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

Shades of Yukon Gold #76600A

Tints of Yukon Gold #76600A

Color information

#76600A (or 0x76600A) is unknown color: approx Yukon Gold. HEX triplet: 76, 60 and 0A. RGB value is (118,96,10). Sum of RGB (Red+Green+Blue) = 118+96+10=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #76600A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76600A is #899FF5. Grayscale: #5D5D5D. Windows color (decimal): -9019382 or 680054. OLE color: 680054.

HSL color Cylindrical-coordinate representation of color #76600A: hue angle of 47.78º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76600A is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB1189610-
CMYK00.190.920.54
HSL47.78º84.38%25.1%-
HSV(B)47.78º91.53%46.27%-
XYZ11.7112.242.03-
YUV92.7781.29145.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.68%
GREEN value IS 96 (37.89% from 255) = 42.86%
BLUE value IS 10 (4.30% from 255) = 4.46%
R=52.68%
G=42.86%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118961000.190.920.5447.7884.3825.1
Hex7660A0135C36305419
Octal16614012023134666012431
Binary1110110110000010100100111011100110110110000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76600A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76600A; }

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

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

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

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

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

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

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

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