#776303

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

Shades of Yukon Gold #776303

Tints of Yukon Gold #776303

Color information

#776303 (or 0x776303) is unknown color: approx Yukon Gold. HEX triplet: 77, 63 and 03. RGB value is (119,99,3). Sum of RGB (Red+Green+Blue) = 119+99+3=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #776303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776303 is #889CFC. Grayscale: #5E5E5E. Windows color (decimal): -8953085 or 222071. OLE color: 222071.

HSL color Cylindrical-coordinate representation of color #776303: hue angle of 49.66º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #776303 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB119993-
CMYK00.170.970.53
HSL49.66º95.08%23.92%-
HSV(B)49.66º97.48%46.67%-
XYZ12.0912.851.93-
YUV94.0476.63145.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.85%
GREEN value IS 99 (39.06% from 255) = 44.80%
BLUE value IS 3 (1.56% from 255) = 1.36%
R=53.85%
G=44.80%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11999300.170.970.5349.6695.0823.92
Hex776330116135325f18
Octal1671433021141656213730
Binary11101111100011110100011100001110101110010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776303; }

 p { color: rgb(119,99,3); }

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

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

 a { background-color: rgb(119,99,3); }

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

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

 span { border-color: rgb(119,99,3); }

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