#80631A

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

Shades of Yukon Gold #80631A

Tints of Yukon Gold #80631A

Color information

#80631A (or 0x80631A) is unknown color: approx Yukon Gold. HEX triplet: 80, 63 and 1A. RGB value is (128,99,26). Sum of RGB (Red+Green+Blue) = 128+99+26=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #80631A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80631A is #7F9CE5. Grayscale: #636363. Windows color (decimal): -8363238 or 1729408. OLE color: 1729408.

HSL color Cylindrical-coordinate representation of color #80631A: hue angle of 42.94º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80631A is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB1289926-
CMYK00.230.800.50
HSL42.94º66.23%30.2%-
HSV(B)42.94º79.69%50.2%-
XYZ13.5513.592.89-
YUV99.3586.61148.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.59%
GREEN value IS 99 (39.06% from 255) = 39.13%
BLUE value IS 26 (10.55% from 255) = 10.28%
R=50.59%
G=39.13%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128992600.230.800.5042.9466.2330.2
Hex80631A01750322b421e
Octal20014332027120625310236
Binary100000001100011110100101111010000110010101011100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80631A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80631A; }

 p { color: rgb(128,99,26); }

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

<style>
 a { background-color: #80631A; }

 a { background-color: rgb(128,99,26); }

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

<style>
 span { border-color: #80631A; }

 span { border-color: rgb(128,99,26); }

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