Html Css Color HEX #464006 Madras

📋 copy color: '#464006'

red 70 ◦ green 64 ◦ blue 6

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

Shades of Madras #464006

Tints of Madras #464006

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.71%

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

R = 50%
G = 45.71%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#464006 (or 0x464006) is known color: Madras. HEX triplet: 46, 40 and 06. RGB value is (70,64,6). Sum of RGB (Red+Green+Blue) = 70+64+6=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #464006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464006 is #B9BFF9. Grayscale: #3B3B3B. Windows color (decimal): -12173306 or 409670. OLE color: 409670.

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

Color convert

RGB 70 64 6 -
CMYK 0 0.09 0.91 0.73
HSL 54.38º 0.84% 0.15% -
HSV(B) 54.38º 0.91% 0.27% -
XYZ 4.39 4.98 0.9 -
YUV 59.18 97.99 135.72 -
System Red Green Blue C M Y K H S L
Decimal 70 64 6 0 0.09 0.91 0.73 54.38 0.84 0.15
Hex 46 40 6 0 9 5B 49 36 54 F
Octal 106 100 6 0 11 133 111 66 124 17
Binary 1000110 1000000 110 0 1001 1011011 1001001 110110 1010100 1111

Color Harmonies of #464006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464006

Black with #464006

Text Example


Text Example

White with #464006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464006; }

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

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

background-color css

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

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

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

border-color css

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

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

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