#412406

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

Shades of Bistre #412406

Tints of Bistre #412406

Color information

#412406 (or 0x412406) is unknown color: approx Bistre. HEX triplet: 41, 24 and 06. RGB value is (65,36,6). Sum of RGB (Red+Green+Blue) = 65+36+6=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #412406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412406 is #BEDBF9. Grayscale: #292929. Windows color (decimal): -12508154 or 402497. OLE color: 402497.

HSL color Cylindrical-coordinate representation of color #412406: hue angle of 30.51º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #412406 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB65366-
CMYK00.450.910.75
HSL30.51º83.1%13.92%-
HSV(B)30.51º90.77%25.49%-
XYZ2.842.40.49-
YUV41.25108.11144.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.75%
GREEN value IS 36 (14.45% from 255) = 33.64%
BLUE value IS 6 (2.73% from 255) = 5.61%
R=60.75%
G=33.64%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6536600.450.910.7530.5183.113.92
Hex4124602D5B4B1f53e
Octal1014460551331133712316
Binary10000011001001100101101101101110010111111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412406; }

 p { color: rgb(65,36,6); }

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

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

 a { background-color: rgb(65,36,6); }

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

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

 span { border-color: rgb(65,36,6); }

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