#76611B

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

Shades of Yukon Gold #76611B

Tints of Yukon Gold #76611B

Color information

#76611B (or 0x76611B) is unknown color: approx Yukon Gold. HEX triplet: 76, 61 and 1B. RGB value is (118,97,27). Sum of RGB (Red+Green+Blue) = 118+97+27=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #76611B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76611B is #899EE4. Grayscale: #5F5F5F. Windows color (decimal): -9019109 or 1794422. OLE color: 1794422.

HSL color Cylindrical-coordinate representation of color #76611B: hue angle of 46.15º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76611B is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1189727-
CMYK00.180.770.54
HSL46.15º62.76%28.43%-
HSV(B)46.15º77.12%46.27%-
XYZ11.9412.482.82-
YUV95.389.46144.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.76%
GREEN value IS 97 (38.28% from 255) = 40.08%
BLUE value IS 27 (10.94% from 255) = 11.16%
R=48.76%
G=40.08%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118972700.180.770.5446.1562.7628.43
Hex76611B0124D362e3f1c
Octal1661413302211566567734
Binary1110110110000111011010010100110111011010111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76611B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76611B; }

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

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

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

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

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

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

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

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