#806C38

Color #806C38 Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #806C38

Tints of Yellow Metal #806C38

Color information

#806C38 (or 0x806C38) is unknown color: approx Yellow Metal. HEX triplet: 80, 6C and 38. RGB value is (128,108,56). Sum of RGB (Red+Green+Blue) = 128+108+56=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #806C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806C38 is #7F93C7. Grayscale: #6C6C6C. Windows color (decimal): -8360904 or 3697792. OLE color: 3697792.

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

Color convert

RGB12810856-
CMYK00.160.560.50
HSL43.33º39.13%36.08%-
HSV(B)43.33º56.25%50.2%-
XYZ14.9815.65.96-
YUV108.0598.63142.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.84%
GREEN value IS 108 (42.58% from 255) = 36.99%
BLUE value IS 56 (22.27% from 255) = 19.18%
R=43.84%
G=36.99%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281085600.160.560.5043.3339.1336.08
Hex806C3801038322b2724
Octal200154700207062534744
Binary100000001101100111000010000111000110010101011100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,108,56); }

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

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

 a { background-color: rgb(128,108,56); }

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

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

 span { border-color: rgb(128,108,56); }

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