Html Css Color HEX #401906 Brown Pod

📋 copy color: '#401906'

red 64 ◦ green 25 ◦ blue 6

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

Shades of Brown Pod #401906

Tints of Brown Pod #401906

RGB

 RED value IS 64 (25.39% from 255) = 67.37%

 GREEN value IS 25 (10.16% from 255) = 26.32%

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

R = 67.37%
G = 26.32%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#401906 (or 0x401906) is known color: Brown Pod. HEX triplet: 40, 19 and 06. RGB value is (64,25,6). Sum of RGB (Red+Green+Blue) = 64+25+6=95 (12% of max value = 765). Red value is 64 (25.39% from 255 or 67.37% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 64 - color contains mainly: red. Hex color #401906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401906 is #BFE6F9. Grayscale: #222222. Windows color (decimal): -12576506 or 399680. OLE color: 399680.

HSL color Cylindrical-coordinate representation of color #401906: hue angle of 19.66º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #401906 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 25 6 -
CMYK 0 0.61 0.91 0.75
HSL 19.66º 0.83% 0.14% -
HSV(B) 19.66º 0.91% 0.25% -
XYZ 2.49 1.8 0.39 -
YUV 34.5 111.92 149.04 -
System Red Green Blue C M Y K H S L
Decimal 64 25 6 0 0.61 0.91 0.75 19.66 0.83 0.14
Hex 40 19 6 0 3D 5B 4B 14 53 E
Octal 100 31 6 0 75 133 113 24 123 16
Binary 1000000 11001 110 0 111101 1011011 1001011 10100 1010011 1110

Color Harmonies of #401906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401906

Black with #401906

Text Example


Text Example

White with #401906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401906; }

 p { color: rgb(64,25,6); }

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

background-color css

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

 a { background-color: rgb(64,25,6); }

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

border-color css

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

 span { border-color: rgb(64,25,6); }

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