Html Css Color HEX #463D06 Madras

📋 copy color: '#463D06'

red 70 ◦ green 61 ◦ blue 6

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

Shades of Madras #463D06

Tints of Madras #463D06

RGB

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

 GREEN value IS 61 (24.22% from 255) = 44.53%

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

R = 51.09%
G = 44.53%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#463D06 (or 0x463D06) is known color: Madras. HEX triplet: 46, 3D and 06. RGB value is (70,61,6). Sum of RGB (Red+Green+Blue) = 70+61+6=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 61 (24.22% from 255 or 44.53% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #463D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463D06 is #B9C2F9. Grayscale: #393939. Windows color (decimal): -12174074 or 408902. OLE color: 408902.

HSL color Cylindrical-coordinate representation of color #463D06: hue angle of 51.56º 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 #463D06 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 61 6 -
CMYK 0 0.13 0.91 0.73
HSL 51.56º 0.84% 0.15% -
HSV(B) 51.56º 0.91% 0.27% -
XYZ 4.23 4.65 0.85 -
YUV 57.42 98.98 136.97 -
System Red Green Blue C M Y K H S L
Decimal 70 61 6 0 0.13 0.91 0.73 51.56 0.84 0.15
Hex 46 3D 6 0 D 5B 49 34 54 F
Octal 106 75 6 0 15 133 111 64 124 17
Binary 1000110 111101 110 0 1101 1011011 1001001 110100 1010100 1111

Color Harmonies of #463D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463D06

Black with #463D06

Text Example


Text Example

White with #463D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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