Html Css Color HEX #401C06 Brown Pod

📋 copy color: '#401C06'

red 64 ◦ green 28 ◦ blue 6

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

Shades of Brown Pod #401C06

Tints of Brown Pod #401C06

RGB

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

 GREEN value IS 28 (11.33% from 255) = 28.57%

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

R = 65.31%
G = 28.57%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#401C06 (or 0x401C06) is known color: Brown Pod. HEX triplet: 40, 1C and 06. RGB value is (64,28,6). Sum of RGB (Red+Green+Blue) = 64+28+6=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #401C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401C06 is #BFE3F9. Grayscale: #242424. Windows color (decimal): -12575738 or 400448. OLE color: 400448.

HSL color Cylindrical-coordinate representation of color #401C06: hue angle of 22.76º 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 #401C06 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 28 6 -
CMYK 0 0.56 0.91 0.75
HSL 22.76º 0.83% 0.14% -
HSV(B) 22.76º 0.91% 0.25% -
XYZ 2.56 1.93 0.41 -
YUV 36.26 110.93 147.79 -
System Red Green Blue C M Y K H S L
Decimal 64 28 6 0 0.56 0.91 0.75 22.76 0.83 0.14
Hex 40 1C 6 0 38 5B 4B 17 53 E
Octal 100 34 6 0 70 133 113 27 123 16
Binary 1000000 11100 110 0 111000 1011011 1001011 10111 1010011 1110

Color Harmonies of #401C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401C06

Black with #401C06

Text Example


Text Example

White with #401C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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