#816A28

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

Shades of Yukon Gold #816A28

Tints of Yukon Gold #816A28

Color information

#816A28 (or 0x816A28) is unknown color: approx Yukon Gold. HEX triplet: 81, 6A and 28. RGB value is (129,106,40). Sum of RGB (Red+Green+Blue) = 129+106+40=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #816A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816A28 is #7E95D7. Grayscale: #696969. Windows color (decimal): -8295896 or 2648705. OLE color: 2648705.

HSL color Cylindrical-coordinate representation of color #816A28: hue angle of 44.49º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #816A28 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB12910640-
CMYK00.180.690.49
HSL44.49º52.66%33.14%-
HSV(B)44.49º68.99%50.59%-
XYZ14.5915.134.16-
YUV105.3591.12144.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.91%
GREEN value IS 106 (41.80% from 255) = 38.55%
BLUE value IS 40 (16.02% from 255) = 14.55%
R=46.91%
G=38.55%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291064000.180.690.4944.4952.6633.14
Hex816A2801245312c3521
Octal2011525002210561546541
Binary1000000111010101010000100101000101110001101100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816A28; }

 p { color: rgb(129,106,40); }

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

<style>
 a { background-color: #816A28; }

 a { background-color: rgb(129,106,40); }

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

<style>
 span { border-color: #816A28; }

 span { border-color: rgb(129,106,40); }

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