#806B2A

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

Shades of Yukon Gold #806B2A

Tints of Yukon Gold #806B2A

Color information

#806B2A (or 0x806B2A) is unknown color: approx Yukon Gold. HEX triplet: 80, 6B and 2A. RGB value is (128,107,42). Sum of RGB (Red+Green+Blue) = 128+107+42=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #806B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806B2A is #7F94D5. Grayscale: #6A6A6A. Windows color (decimal): -8361174 or 2780032. OLE color: 2780032.

HSL color Cylindrical-coordinate representation of color #806B2A: hue angle of 45.35º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #806B2A is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB12810742-
CMYK00.160.670.50
HSL45.35º50.59%33.33%-
HSV(B)45.35º67.19%50.2%-
XYZ14.5815.274.37-
YUV105.8791.96143.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.21%
GREEN value IS 107 (42.19% from 255) = 38.63%
BLUE value IS 42 (16.80% from 255) = 15.16%
R=46.21%
G=38.63%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281074200.160.670.5045.3550.5933.33
Hex806B2A01043322d3321
Octal2001535202010362556341
Binary1000000011010111010100100001000011110010101101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806B2A; }

 p { color: rgb(128,107,42); }

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

<style>
 a { background-color: #806B2A; }

 a { background-color: rgb(128,107,42); }

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

<style>
 span { border-color: #806B2A; }

 span { border-color: rgb(128,107,42); }

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