#765E0D

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

Shades of Yukon Gold #765E0D

Tints of Yukon Gold #765E0D

Color information

#765E0D (or 0x765E0D) is unknown color: approx Yukon Gold. HEX triplet: 76, 5E and 0D. RGB value is (118,94,13). Sum of RGB (Red+Green+Blue) = 118+94+13=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #765E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765E0D is #89A1F2. Grayscale: #5C5C5C. Windows color (decimal): -9019891 or 876150. OLE color: 876150.

HSL color Cylindrical-coordinate representation of color #765E0D: hue angle of 46.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 #765E0D is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB1189413-
CMYK00.200.890.54
HSL46.29º80.15%25.69%-
HSV(B)46.29º88.98%46.27%-
XYZ11.5511.892.07-
YUV91.9483.45146.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 94 (37.11% from 255) = 41.78%
BLUE value IS 13 (5.47% from 255) = 5.78%
R=52.44%
G=41.78%
B=5.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118941300.200.890.5446.2980.1525.69
Hex765ED01459362e501a
Octal16613615024131665612032
Binary1110110101111011010101001011001110110101110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765E0D; }

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

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

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

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

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

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

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

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