Html Css Color HEX #401506 Brown Pod

📋 copy color: '#401506'

red 64 ◦ green 21 ◦ blue 6

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

Shades of Brown Pod #401506

Tints of Brown Pod #401506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.08%

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

R = 70.33%
G = 23.08%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#401506 (or 0x401506) is known color: Brown Pod. HEX triplet: 40, 15 and 06. RGB value is (64,21,6). Sum of RGB (Red+Green+Blue) = 64+21+6=91 (12% of max value = 765). Red value is 64 (25.39% from 255 or 70.33% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 6 (2.73% from 255 or 6.59% from 91); Max value from RGB is 64 - color contains mainly: red. Hex color #401506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401506 is #BFEAF9. Grayscale: #202020. Windows color (decimal): -12577530 or 398656. OLE color: 398656.

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

Color convert

RGB 64 21 6 -
CMYK 0 0.67 0.91 0.75
HSL 15.52º 0.83% 0.14% -
HSV(B) 15.52º 0.91% 0.25% -
XYZ 2.42 1.64 0.36 -
YUV 32.15 113.25 150.72 -
System Red Green Blue C M Y K H S L
Decimal 64 21 6 0 0.67 0.91 0.75 15.52 0.83 0.14
Hex 40 15 6 0 43 5B 4B 10 53 E
Octal 100 25 6 0 103 133 113 20 123 16
Binary 1000000 10101 110 0 1000011 1011011 1001011 10000 1010011 1110

Color Harmonies of #401506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401506

Black with #401506

Text Example


Text Example

White with #401506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401506; }

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

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

background-color css

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

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

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

border-color css

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

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

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