#766913

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

Shades of Yukon Gold #766913

Tints of Yukon Gold #766913

Color information

#766913 (or 0x766913) is unknown color: approx Yukon Gold. HEX triplet: 76, 69 and 13. RGB value is (118,105,19). Sum of RGB (Red+Green+Blue) = 118+105+19=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #766913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766913 is #8996EC. Grayscale: #636363. Windows color (decimal): -9017069 or 1272182. OLE color: 1272182.

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

Color convert

RGB11810519-
CMYK00.110.840.54
HSL52.12º72.26%26.86%-
HSV(B)52.12º83.9%46.27%-
XYZ12.64142.65-
YUV99.0882.81141.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.76%
GREEN value IS 105 (41.41% from 255) = 43.39%
BLUE value IS 19 (7.81% from 255) = 7.85%
R=48.76%
G=43.39%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181051900.110.840.5452.1272.2626.86
Hex7669130B543634481b
Octal16615123013124666411033
Binary1110110110100110011010111010100110110110100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766913; }

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

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

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

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

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

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

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

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