#766315

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

Shades of Yukon Gold #766315

Tints of Yukon Gold #766315

Color information

#766315 (or 0x766315) is unknown color: approx Yukon Gold. HEX triplet: 76, 63 and 15. RGB value is (118,99,21). Sum of RGB (Red+Green+Blue) = 118+99+21=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #766315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766315 is #899CEA. Grayscale: #606060. Windows color (decimal): -9018603 or 1401718. OLE color: 1401718.

HSL color Cylindrical-coordinate representation of color #766315: hue angle of 48.25º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #766315 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB1189921-
CMYK00.160.820.54
HSL48.25º69.78%27.25%-
HSV(B)48.25º82.2%46.27%-
XYZ12.0712.832.55-
YUV95.7985.79143.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 99 (39.06% from 255) = 41.60%
BLUE value IS 21 (8.59% from 255) = 8.82%
R=49.58%
G=41.60%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118992100.160.820.5448.2569.7827.25
Hex766315010523630461b
Octal16614325020122666010633
Binary11101101100011101010100001010010110110110000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766315; }

 p { color: rgb(118,99,21); }

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

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

 a { background-color: rgb(118,99,21); }

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

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

 span { border-color: rgb(118,99,21); }

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