#7F6005

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

Shades of Yukon Gold #7F6005

Tints of Yukon Gold #7F6005

Color information

#7F6005 (or 0x7F6005) is unknown color: approx Yukon Gold. HEX triplet: 7F, 60 and 05. RGB value is (127,96,5). Sum of RGB (Red+Green+Blue) = 127+96+5=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6005 is #809FFA. Grayscale: #5F5F5F. Windows color (decimal): -8429563 or 352383. OLE color: 352383.

HSL color Cylindrical-coordinate representation of color #7F6005: hue angle of 44.75º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F6005 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB127965-
CMYK00.240.960.50
HSL44.75º92.42%25.88%-
HSV(B)44.75º96.06%49.8%-
XYZ12.9612.891.95-
YUV94.8977.27150.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.70%
GREEN value IS 96 (37.89% from 255) = 42.11%
BLUE value IS 5 (2.34% from 255) = 2.19%
R=55.70%
G=42.11%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12796500.240.960.5044.7592.4225.88
Hex7F60501860322d5c1a
Octal1771405030140625513432
Binary111111111000001010110001100000110010101101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F6005; }

 p { color: rgb(127,96,5); }

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

<style>
 a { background-color: #7F6005; }

 a { background-color: rgb(127,96,5); }

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

<style>
 span { border-color: #7F6005; }

 span { border-color: rgb(127,96,5); }

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