#806838

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

Shades of Yellow Metal #806838

Tints of Yellow Metal #806838

Color information

#806838 (or 0x806838) is unknown color: approx Yellow Metal. HEX triplet: 80, 68 and 38. RGB value is (128,104,56). Sum of RGB (Red+Green+Blue) = 128+104+56=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #806838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806838 is #7F97C7. Grayscale: #696969. Windows color (decimal): -8361928 or 3696768. OLE color: 3696768.

HSL color Cylindrical-coordinate representation of color #806838: hue angle of 40º 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 #806838 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB12810456-
CMYK00.190.560.50
HSL40º39.13%36.08%-
HSV(B)40º56.25%50.2%-
XYZ14.5714.785.83-
YUV105.799.95143.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.44%
GREEN value IS 104 (41.02% from 255) = 36.11%
BLUE value IS 56 (22.27% from 255) = 19.44%
R=44.44%
G=36.11%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281045600.190.560.504039.1336.08
Hex8068380133832282724
Octal200150700237062504744
Binary100000001101000111000010011111000110010101000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806838; }

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

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

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

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

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

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

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

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