#76650D

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

Shades of Yukon Gold #76650D

Tints of Yukon Gold #76650D

Color information

#76650D (or 0x76650D) is unknown color: approx Yukon Gold. HEX triplet: 76, 65 and 0D. RGB value is (118,101,13). Sum of RGB (Red+Green+Blue) = 118+101+13=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76650D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76650D is #899AF2. Grayscale: #606060. Windows color (decimal): -9018099 or 877942. OLE color: 877942.

HSL color Cylindrical-coordinate representation of color #76650D: hue angle of 50.29º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76650D is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB11810113-
CMYK00.140.890.54
HSL50.29º80.15%25.69%-
HSV(B)50.29º88.98%46.27%-
XYZ12.213.192.28-
YUV96.0581.13143.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.86%
GREEN value IS 101 (39.84% from 255) = 43.53%
BLUE value IS 13 (5.47% from 255) = 5.60%
R=50.86%
G=43.53%
B=5.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181011300.140.890.5450.2980.1525.69
Hex7665D0E593632501a
Octal16614515016131666212032
Binary111011011001011101011101011001110110110010101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76650D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76650D; }

 p { color: rgb(118,101,13); }

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

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

 a { background-color: rgb(118,101,13); }

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

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

 span { border-color: rgb(118,101,13); }

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