#432506

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

Shades of Bistre #432506

Tints of Bistre #432506

Color information

#432506 (or 0x432506) is unknown color: approx Bistre. HEX triplet: 43, 25 and 06. RGB value is (67,37,6). Sum of RGB (Red+Green+Blue) = 67+37+6=110 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.91% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 67 - color contains mainly: red. Hex color #432506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432506 is #BCDAF9. Grayscale: #2A2A2A. Windows color (decimal): -12376826 or 402755. OLE color: 402755.

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

Color convert

RGB67376-
CMYK00.450.910.74
HSL30.49º83.56%14.31%-
HSV(B)30.49º91.04%26.27%-
XYZ3.012.530.5-
YUV42.44107.44145.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 60.91%
GREEN value IS 37 (14.84% from 255) = 33.64%
BLUE value IS 6 (2.73% from 255) = 5.45%
R=60.91%
G=33.64%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.91
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6737600.450.910.7430.4983.5614.31
Hex4325602D5B4A1e54e
Octal1034560551331123612416
Binary10000111001011100101101101101110010101111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432506; }

 p { color: rgb(67,37,6); }

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

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

 a { background-color: rgb(67,37,6); }

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

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

 span { border-color: rgb(67,37,6); }

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