Html Css Color HEX #442806 Bistre

📋 copy color: '#442806'

red 68 ◦ green 40 ◦ blue 6

#442806
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bistre #442806

Tints of Bistre #442806

RGB

 RED value IS 68 (26.95% from 255) = 59.65%

 GREEN value IS 40 (16.02% from 255) = 35.09%

 BLUE value IS 6 (2.73% from 255) = 5.26%

R = 59.65%
G = 35.09%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#442806 (or 0x442806) is known color: Bistre. HEX triplet: 44, 28 and 06. RGB value is (68,40,6). Sum of RGB (Red+Green+Blue) = 68+40+6=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #442806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442806 is #BBD7F9. Grayscale: #2C2C2C. Windows color (decimal): -12310522 or 403524. OLE color: 403524.

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

Color convert

RGB 68 40 6 -
CMYK 0 0.41 0.91 0.73
HSL 32.9º 0.84% 0.15% -
HSV(B) 32.9º 0.91% 0.27% -
XYZ 3.18 2.76 0.54 -
YUV 44.5 106.28 144.76 -
System Red Green Blue C M Y K H S L
Decimal 68 40 6 0 0.41 0.91 0.73 32.9 0.84 0.15
Hex 44 28 6 0 29 5B 49 21 54 F
Octal 104 50 6 0 51 133 111 41 124 17
Binary 1000100 101000 110 0 101001 1011011 1001001 100001 1010100 1111

Color Harmonies of #442806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442806

Black with #442806

Text Example


Text Example

White with #442806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442806; }

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

 H1.HeaderClassName
 {
   color: #442806;
 }
 .AnyTagClassName
 {
   color: #442806;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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