Html Css Color HEX #403606 Madras

📋 copy color: '#403606'

red 64 ◦ green 54 ◦ blue 6

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

Shades of Madras #403606

Tints of Madras #403606

RGB

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

 GREEN value IS 54 (21.48% from 255) = 43.55%

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

R = 51.61%
G = 43.55%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#403606 (or 0x403606) is known color: Madras. HEX triplet: 40, 36 and 06. RGB value is (64,54,6). Sum of RGB (Red+Green+Blue) = 64+54+6=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #403606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403606 is #BFC9F9. Grayscale: #333333. Windows color (decimal): -12569082 or 407104. OLE color: 407104.

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

Color convert

RGB 64 54 6 -
CMYK 0 0.16 0.91 0.75
HSL 49.66º 0.83% 0.14% -
HSV(B) 49.66º 0.91% 0.25% -
XYZ 3.47 3.74 0.71 -
YUV 51.52 102.31 136.9 -
System Red Green Blue C M Y K H S L
Decimal 64 54 6 0 0.16 0.91 0.75 49.66 0.83 0.14
Hex 40 36 6 0 10 5B 4B 32 53 E
Octal 100 66 6 0 20 133 113 62 123 16
Binary 1000000 110110 110 0 10000 1011011 1001011 110010 1010011 1110

Color Harmonies of #403606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403606

Black with #403606

Text Example


Text Example

White with #403606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403606; }

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

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

background-color css

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

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

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

border-color css

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

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

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