#76691C

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

Shades of Yukon Gold #76691C

Tints of Yukon Gold #76691C

Color information

#76691C (or 0x76691C) is unknown color: approx Yukon Gold. HEX triplet: 76, 69 and 1C. RGB value is (118,105,28). Sum of RGB (Red+Green+Blue) = 118+105+28=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #76691C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76691C is #8996E3. Grayscale: #646464. Windows color (decimal): -9017060 or 1862006. OLE color: 1862006.

HSL color Cylindrical-coordinate representation of color #76691C: hue angle of 51.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76691C is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB11810528-
CMYK00.110.760.54
HSL51.33º61.64%28.63%-
HSV(B)51.33º76.27%46.27%-
XYZ12.7314.043.14-
YUV100.1187.31140.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 105 (41.41% from 255) = 41.83%
BLUE value IS 28 (11.33% from 255) = 11.16%
R=47.01%
G=41.83%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181052800.110.760.5451.3361.6428.63
Hex76691C0B4C36333e1d
Octal1661513401311466637635
Binary111011011010011110001011100110011011011001111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76691C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76691C; }

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

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

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

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

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

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

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

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