#462806

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

Shades of Bistre #462806

Tints of Bistre #462806

Color information

#462806 (or 0x462806) is unknown color: approx Bistre. HEX triplet: 46, 28 and 06. RGB value is (70,40,6). Sum of RGB (Red+Green+Blue) = 70+40+6=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 6 (2.73% from 255 or 5.17% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #462806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462806 is #B9D7F9. Grayscale: #2D2D2D. Windows color (decimal): -12179450 or 403526. OLE color: 403526.

HSL color Cylindrical-coordinate representation of color #462806: hue angle of 31.88º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #462806 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB70406-
CMYK00.430.910.73
HSL31.88º84.21%14.9%-
HSV(B)31.88º91.43%27.45%-
XYZ3.322.830.54-
YUV45.09105.94145.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 60.34%
GREEN value IS 40 (16.02% from 255) = 34.48%
BLUE value IS 6 (2.73% from 255) = 5.17%
R=60.34%
G=34.48%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7040600.430.910.7331.8884.2114.9
Hex4628602B5B492054f
Octal1065060531331114012417
Binary100011010100011001010111011011100100110000010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462806; }

 p { color: rgb(70,40,6); }

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

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

 a { background-color: rgb(70,40,6); }

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

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

 span { border-color: rgb(70,40,6); }

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