Html Css Color HEX #463F06 Madras

📋 copy color: '#463F06'

red 70 ◦ green 63 ◦ blue 6

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

Shades of Madras #463F06

Tints of Madras #463F06

RGB

 RED value IS 70 (27.73% from 255) = 50.36%

 GREEN value IS 63 (25% from 255) = 45.32%

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

R = 50.36%
G = 45.32%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#463F06 (or 0x463F06) is known color: Madras. HEX triplet: 46, 3F and 06. RGB value is (70,63,6). Sum of RGB (Red+Green+Blue) = 70+63+6=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #463F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463F06 is #B9C0F9. Grayscale: #3A3A3A. Windows color (decimal): -12173562 or 409414. OLE color: 409414.

HSL color Cylindrical-coordinate representation of color #463F06: hue angle of 53.44º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #463F06 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 63 6 -
CMYK 0 0.10 0.91 0.73
HSL 53.44º 0.84% 0.15% -
HSV(B) 53.44º 0.91% 0.27% -
XYZ 4.34 4.87 0.88 -
YUV 58.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 70 63 6 0 0.10 0.91 0.73 53.44 0.84 0.15
Hex 46 3F 6 0 A 5B 49 35 54 F
Octal 106 77 6 0 12 133 111 65 124 17
Binary 1000110 111111 110 0 1010 1011011 1001001 110101 1010100 1111

Color Harmonies of #463F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463F06

Black with #463F06

Text Example


Text Example

White with #463F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463F06; }

 p { color: rgb(70,63,6); }

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

background-color css

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

 a { background-color: rgb(70,63,6); }

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

border-color css

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

 span { border-color: rgb(70,63,6); }

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