Html Css Color HEX #402006 Brown Pod

📋 copy color: '#402006'

red 64 ◦ green 32 ◦ blue 6

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

Shades of Brown Pod #402006

Tints of Brown Pod #402006

RGB

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

 GREEN value IS 32 (12.89% from 255) = 31.37%

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

R = 62.75%
G = 31.37%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#402006 (or 0x402006) is known color: Brown Pod. HEX triplet: 40, 20 and 06. RGB value is (64,32,6). Sum of RGB (Red+Green+Blue) = 64+32+6=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #402006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402006 is #BFDFF9. Grayscale: #262626. Windows color (decimal): -12574714 or 401472. OLE color: 401472.

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

Color convert

RGB 64 32 6 -
CMYK 0 0.50 0.91 0.75
HSL 26.9º 0.83% 0.14% -
HSV(B) 26.9º 0.91% 0.25% -
XYZ 2.66 2.14 0.44 -
YUV 38.6 109.6 146.11 -
System Red Green Blue C M Y K H S L
Decimal 64 32 6 0 0.50 0.91 0.75 26.9 0.83 0.14
Hex 40 20 6 0 32 5B 4B 1B 53 E
Octal 100 40 6 0 62 133 113 33 123 16
Binary 1000000 100000 110 0 110010 1011011 1001011 11011 1010011 1110

Color Harmonies of #402006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402006

Black with #402006

Text Example


Text Example

White with #402006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402006; }

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

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

background-color css

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

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

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

border-color css

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

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

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