Html Css Color HEX #442606 Bistre

📋 copy color: '#442606'

red 68 ◦ green 38 ◦ blue 6

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

Shades of Bistre #442606

Tints of Bistre #442606

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.93%

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

R = 60.71%
G = 33.93%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#442606 (or 0x442606) is known color: Bistre. HEX triplet: 44, 26 and 06. RGB value is (68,38,6). Sum of RGB (Red+Green+Blue) = 68+38+6=112 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.71% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 68 - color contains mainly: red. Hex color #442606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442606 is #BBD9F9. Grayscale: #2B2B2B. Windows color (decimal): -12311034 or 403012. OLE color: 403012.

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

Color convert

RGB 68 38 6 -
CMYK 0 0.44 0.91 0.73
HSL 30.97º 0.84% 0.15% -
HSV(B) 30.97º 0.91% 0.27% -
XYZ 3.11 2.63 0.52 -
YUV 43.32 106.94 145.6 -
System Red Green Blue C M Y K H S L
Decimal 68 38 6 0 0.44 0.91 0.73 30.97 0.84 0.15
Hex 44 26 6 0 2C 5B 49 1F 54 F
Octal 104 46 6 0 54 133 111 37 124 17
Binary 1000100 100110 110 0 101100 1011011 1001001 11111 1010100 1111

Color Harmonies of #442606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442606

Black with #442606

Text Example


Text Example

White with #442606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442606; }

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

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

background-color css

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

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

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

border-color css

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

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

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