#76620F

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

Shades of Yukon Gold #76620F

Tints of Yukon Gold #76620F

Color information

#76620F (or 0x76620F) is unknown color: approx Yukon Gold. HEX triplet: 76, 62 and 0F. RGB value is (118,98,15). Sum of RGB (Red+Green+Blue) = 118+98+15=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76620F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76620F is #899DF0. Grayscale: #5E5E5E. Windows color (decimal): -9018865 or 1008246. OLE color: 1008246.

HSL color Cylindrical-coordinate representation of color #76620F: hue angle of 48.35º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76620F is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB1189815-
CMYK00.170.870.54
HSL48.35º77.44%26.08%-
HSV(B)48.35º87.29%46.27%-
XYZ11.9312.622.26-
YUV94.5283.13144.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.08%
GREEN value IS 98 (38.67% from 255) = 42.42%
BLUE value IS 15 (6.25% from 255) = 6.49%
R=51.08%
G=42.42%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118981500.170.870.5448.3577.4426.08
Hex7662F0115736304d1a
Octal16614217021127666011532
Binary1110110110001011110100011010111110110110000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76620F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76620F; }

 p { color: rgb(118,98,15); }

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

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

 a { background-color: rgb(118,98,15); }

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

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

 span { border-color: rgb(118,98,15); }

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