#412306

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

Shades of Bistre #412306

Tints of Bistre #412306

Color information

#412306 (or 0x412306) is unknown color: approx Bistre. HEX triplet: 41, 23 and 06. RGB value is (65,35,6). Sum of RGB (Red+Green+Blue) = 65+35+6=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #412306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412306 is #BEDCF9. Grayscale: #282828. Windows color (decimal): -12508410 or 402241. OLE color: 402241.

HSL color Cylindrical-coordinate representation of color #412306: hue angle of 29.49º 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 #412306 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB65356-
CMYK00.460.910.75
HSL29.49º83.1%13.92%-
HSV(B)29.49º90.77%25.49%-
XYZ2.812.340.48-
YUV40.66108.44145.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.32%
GREEN value IS 35 (14.06% from 255) = 33.02%
BLUE value IS 6 (2.73% from 255) = 5.66%
R=61.32%
G=33.02%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6535600.460.910.7529.4983.113.92
Hex4123602E5B4B1d53e
Octal1014360561331133512316
Binary10000011000111100101110101101110010111110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412306; }

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

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

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

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

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

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

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

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