#766A13

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

Shades of Yukon Gold #766A13

Tints of Yukon Gold #766A13

Color information

#766A13 (or 0x766A13) is unknown color: approx Yukon Gold. HEX triplet: 76, 6A and 13. RGB value is (118,106,19). Sum of RGB (Red+Green+Blue) = 118+106+19=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #766A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766A13 is #8995EC. Grayscale: #646464. Windows color (decimal): -9016813 or 1272438. OLE color: 1272438.

HSL color Cylindrical-coordinate representation of color #766A13: hue angle of 52.73º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #766A13 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB11810619-
CMYK00.100.840.54
HSL52.73º72.26%26.86%-
HSV(B)52.73º83.9%46.27%-
XYZ12.7414.212.69-
YUV99.6782.48141.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 106 (41.80% from 255) = 43.62%
BLUE value IS 19 (7.81% from 255) = 7.82%
R=48.56%
G=43.62%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181061900.100.840.5452.7372.2626.86
Hex766A130A543635481b
Octal16615223012124666511033
Binary1110110110101010011010101010100110110110101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766A13; }

 p { color: rgb(118,106,19); }

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

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

 a { background-color: rgb(118,106,19); }

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

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

 span { border-color: rgb(118,106,19); }

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