#766121

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

Shades of Yukon Gold #766121

Tints of Yukon Gold #766121

Color information

#766121 (or 0x766121) is unknown color: approx Yukon Gold. HEX triplet: 76, 61 and 21. RGB value is (118,97,33). Sum of RGB (Red+Green+Blue) = 118+97+33=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #766121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766121 is #899EDE. Grayscale: #606060. Windows color (decimal): -9019103 or 2187638. OLE color: 2187638.

HSL color Cylindrical-coordinate representation of color #766121: hue angle of 45.18º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #766121 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB1189733-
CMYK00.180.720.54
HSL45.18º56.29%29.61%-
HSV(B)45.18º72.03%46.27%-
XYZ12.0212.513.22-
YUV95.9892.46143.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 97 (38.28% from 255) = 39.11%
BLUE value IS 33 (13.28% from 255) = 13.31%
R=47.58%
G=39.11%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118973300.180.720.5445.1856.2929.61
Hex76612101248362d381e
Octal1661414102211066557036
Binary11101101100001100001010010100100011011010110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766121; }

 p { color: rgb(118,97,33); }

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

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

 a { background-color: rgb(118,97,33); }

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

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

 span { border-color: rgb(118,97,33); }

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