Html Css Color HEX #442206 Brown Pod

📋 copy color: '#442206'

red 68 ◦ green 34 ◦ blue 6

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

Shades of Brown Pod #442206

Tints of Brown Pod #442206

RGB

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

 GREEN value IS 34 (13.67% from 255) = 31.48%

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

R = 62.96%
G = 31.48%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#442206 (or 0x442206) is known color: Brown Pod. HEX triplet: 44, 22 and 06. RGB value is (68,34,6). Sum of RGB (Red+Green+Blue) = 68+34+6=108 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.96% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 6 (2.73% from 255 or 5.56% from 108); Max value from RGB is 68 - color contains mainly: red. Hex color #442206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442206 is #BBDDF9. Grayscale: #292929. Windows color (decimal): -12312058 or 401988. OLE color: 401988.

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

Color convert

RGB 68 34 6 -
CMYK 0 0.50 0.91 0.73
HSL 27.1º 0.84% 0.15% -
HSV(B) 27.1º 0.91% 0.27% -
XYZ 2.99 2.39 0.48 -
YUV 40.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 68 34 6 0 0.50 0.91 0.73 27.1 0.84 0.15
Hex 44 22 6 0 32 5B 49 1B 54 F
Octal 104 42 6 0 62 133 111 33 124 17
Binary 1000100 100010 110 0 110010 1011011 1001001 11011 1010100 1111

Color Harmonies of #442206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442206

Black with #442206

Text Example


Text Example

White with #442206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442206; }

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

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

background-color css

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

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

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

border-color css

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

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

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