#7F630A

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

Shades of Yukon Gold #7F630A

Tints of Yukon Gold #7F630A

Color information

#7F630A (or 0x7F630A) is unknown color: approx Yukon Gold. HEX triplet: 7F, 63 and 0A. RGB value is (127,99,10). Sum of RGB (Red+Green+Blue) = 127+99+10=236 (31% of max value = 765). Red value is 127 (50% from 255 or 53.81% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 127 - color contains mainly: red. Hex color #7F630A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F630A is #809CF5. Grayscale: #616161. Windows color (decimal): -8428790 or 680831. OLE color: 680831.

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

Color convert

RGB1279910-
CMYK00.220.920.50
HSL45.64º85.4%26.86%-
HSV(B)45.64º92.13%49.8%-
XYZ13.2713.462.19-
YUV97.2378.78149.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.81%
GREEN value IS 99 (39.06% from 255) = 41.95%
BLUE value IS 10 (4.30% from 255) = 4.24%
R=53.81%
G=41.95%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.92
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127991000.220.920.5045.6485.426.86
Hex7F63A0165C322e551b
Octal17714312026134625612533
Binary1111111110001110100101101011100110010101110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F630A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,99,10); }

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

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

 a { background-color: rgb(127,99,10); }

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

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

 span { border-color: rgb(127,99,10); }

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