#76601D

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

Shades of Yukon Gold #76601D

Tints of Yukon Gold #76601D

Color information

#76601D (or 0x76601D) is unknown color: approx Yukon Gold. HEX triplet: 76, 60 and 1D. RGB value is (118,96,29). Sum of RGB (Red+Green+Blue) = 118+96+29=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #76601D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76601D is #899FE2. Grayscale: #5F5F5F. Windows color (decimal): -9019363 or 1925238. OLE color: 1925238.

HSL color Cylindrical-coordinate representation of color #76601D: hue angle of 45.17º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76601D is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1189629-
CMYK00.190.750.54
HSL45.17º60.54%28.82%-
HSV(B)45.17º75.42%46.27%-
XYZ11.8812.312.91-
YUV94.9490.79144.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.56%
GREEN value IS 96 (37.89% from 255) = 39.51%
BLUE value IS 29 (11.72% from 255) = 11.93%
R=48.56%
G=39.51%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118962900.190.750.5445.1760.5428.82
Hex76601D0134B362d3d1d
Octal1661403502311366557535
Binary1110110110000011101010011100101111011010110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,96,29); }

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

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

 a { background-color: rgb(118,96,29); }

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

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

 span { border-color: rgb(118,96,29); }

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