#806B27

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

Shades of Yukon Gold #806B27

Tints of Yukon Gold #806B27

Color information

#806B27 (or 0x806B27) is unknown color: approx Yukon Gold. HEX triplet: 80, 6B and 27. RGB value is (128,107,39). Sum of RGB (Red+Green+Blue) = 128+107+39=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #806B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806B27 is #7F94D8. Grayscale: #696969. Windows color (decimal): -8361177 or 2583424. OLE color: 2583424.

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

Color convert

RGB12810739-
CMYK00.160.700.50
HSL45.84º53.29%32.75%-
HSV(B)45.84º69.53%50.2%-
XYZ14.5315.254.1-
YUV105.5390.46144.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.72%
GREEN value IS 107 (42.19% from 255) = 39.05%
BLUE value IS 39 (15.62% from 255) = 14.23%
R=46.72%
G=39.05%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281073900.160.700.5045.8453.2932.75
Hex806B2701046322e3521
Octal2001534702010662566541
Binary1000000011010111001110100001000110110010101110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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