#442706

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

Shades of Bistre #442706

Tints of Bistre #442706

Color information

#442706 (or 0x442706) is unknown color: approx Bistre. HEX triplet: 44, 27 and 06. RGB value is (68,39,6). Sum of RGB (Red+Green+Blue) = 68+39+6=113 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.18% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 68 - color contains mainly: red. Hex color #442706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442706 is #BBD8F9. Grayscale: #2C2C2C. Windows color (decimal): -12310778 or 403268. OLE color: 403268.

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

Color convert

RGB68396-
CMYK00.430.910.73
HSL31.94º83.78%14.51%-
HSV(B)31.94º91.18%26.67%-
XYZ3.142.690.53-
YUV43.91106.61145.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 60.18%
GREEN value IS 39 (15.62% from 255) = 34.51%
BLUE value IS 6 (2.73% from 255) = 5.31%
R=60.18%
G=34.51%
B=5.31%

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
Decimal6839600.430.910.7331.9483.7814.51
Hex4427602B5B492054f
Octal1044760531331114012417
Binary100010010011111001010111011011100100110000010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442706; }

 p { color: rgb(68,39,6); }

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

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

 a { background-color: rgb(68,39,6); }

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

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

 span { border-color: rgb(68,39,6); }

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