#816B28

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

Shades of Yukon Gold #816B28

Tints of Yukon Gold #816B28

Color information

#816B28 (or 0x816B28) is unknown color: approx Yukon Gold. HEX triplet: 81, 6B and 28. RGB value is (129,107,40). Sum of RGB (Red+Green+Blue) = 129+107+40=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #816B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816B28 is #7E94D7. Grayscale: #6A6A6A. Windows color (decimal): -8295640 or 2648961. OLE color: 2648961.

HSL color Cylindrical-coordinate representation of color #816B28: hue angle of 45.17º 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 #816B28 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB12910740-
CMYK00.170.690.49
HSL45.17º52.66%33.14%-
HSV(B)45.17º68.99%50.59%-
XYZ14.6915.344.19-
YUV105.9490.79144.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.74%
GREEN value IS 107 (42.19% from 255) = 38.77%
BLUE value IS 40 (16.02% from 255) = 14.49%
R=46.74%
G=38.77%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291074000.170.690.4945.1752.6633.14
Hex816B2801145312d3521
Octal2011535002110561556541
Binary1000000111010111010000100011000101110001101101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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